#1283CB

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

Shades of Navy Blue #1283CB

Tints of Navy Blue #1283CB

Color information

#1283CB (or 0x1283CB) is unknown color: approx Navy Blue. HEX triplet: 12, 83 and CB. RGB value is (18,131,203). Sum of RGB (Red+Green+Blue) = 18+131+203=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #1283CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283CB is #ED7C34. Grayscale: #696969. Windows color (decimal): -15563829 or 13337362. OLE color: 13337362.

HSL color Cylindrical-coordinate representation of color #1283CB: hue angle of 203.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1283CB is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18131203-
CMYK0.910.3500.20
HSL203.35º83.71%43.33%-
HSV(B)203.35º91.13%79.61%-
XYZ19.1520.6759.48-
YUV105.42183.0665.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.11%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=5.11%
G=37.22%
B=57.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181312030.910.3500.20203.3583.7143.33
Hex1283CB5B23014cb542b
Octal222033131334302431312453
Binary1001010000011110010111011011100011010100110010111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1283CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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