#1483CA

Color #1483CA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1483CA

Tints of Navy Blue #1483CA

Color information

#1483CA (or 0x1483CA) is unknown color: approx Navy Blue. HEX triplet: 14, 83 and CA. RGB value is (20,131,202). Sum of RGB (Red+Green+Blue) = 20+131+202=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #1483CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483CA is #EB7C35. Grayscale: #696969. Windows color (decimal): -15432758 or 13271828. OLE color: 13271828.

HSL color Cylindrical-coordinate representation of color #1483CA: hue angle of 203.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1483CA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20131202-
CMYK0.900.3500.21
HSL203.41º81.98%43.53%-
HSV(B)203.41º90.1%79.22%-
XYZ19.0720.6558.86-
YUV105.9182.2366.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.67%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=5.67%
G=37.11%
B=57.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201312020.900.3500.21203.4181.9843.53
Hex1483CA5A23015cb522c
Octal242033121324302531312254
Binary1010010000011110010101011010100011010101110010111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1483CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1483CA; }

 p { color: rgb(20,131,202); }

 H1.HeaderClassName
 {
   color: #1483CA;
 }
 .AnyTagClassName
 {
   color: #1483CA;
 }
</style>
background-color css

<style>
 a { background-color: #1483CA; }

 a { background-color: rgb(20,131,202); }

 div.DivClassName
 {
   background-color: #1483CA;
 }
 .BgClassName
 {
   background-color: #1483CA;
 }
</style>
border-color css

<style>
 span { border-color: #1483CA; }

 span { border-color: rgb(20,131,202); }

 td.TdClassName
 {
   border-color: #1483CA;
 }
 .TagClassName
 {
   border-color: #1483CA;
 }
</style>