#1283D6

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

Shades of Navy Blue #1283D6

Tints of Navy Blue #1283D6

Color information

#1283D6 (or 0x1283D6) is unknown color: approx Navy Blue. HEX triplet: 12, 83 and D6. RGB value is (18,131,214). Sum of RGB (Red+Green+Blue) = 18+131+214=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #1283D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283D6 is #ED7C29. Grayscale: #6A6A6A. Windows color (decimal): -15563818 or 14058258. OLE color: 14058258.

HSL color Cylindrical-coordinate representation of color #1283D6: hue angle of 205.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1283D6 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18131214-
CMYK0.920.3900.16
HSL205.41º84.48%45.49%-
HSV(B)205.41º91.59%83.92%-
XYZ20.521.2266.63-
YUV106.68188.5664.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.96%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 214 (83.98% from 255) = 58.95%
R=4.96%
G=36.09%
B=58.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181312140.920.3900.16205.4184.4845.49
Hex1283D65C27010cd542d
Octal222033261344702031512455
Binary1001010000011110101101011100100111010000110011011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1283D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1283D6; }

 p { color: rgb(18,131,214); }

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

<style>
 a { background-color: #1283D6; }

 a { background-color: rgb(18,131,214); }

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

<style>
 span { border-color: #1283D6; }

 span { border-color: rgb(18,131,214); }

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