#1278CC

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

Shades of Navy Blue #1278CC

Tints of Navy Blue #1278CC

Color information

#1278CC (or 0x1278CC) is unknown color: approx Navy Blue. HEX triplet: 12, 78 and CC. RGB value is (18,120,204). Sum of RGB (Red+Green+Blue) = 18+120+204=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #1278CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278CC is #ED8733. Grayscale: #626262. Windows color (decimal): -15566644 or 13400082. OLE color: 13400082.

HSL color Cylindrical-coordinate representation of color #1278CC: hue angle of 207.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1278CC is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18120204-
CMYK0.910.4100.2
HSL207.1º83.78%43.53%-
HSV(B)207.1º91.18%80%-
XYZ17.8717.9259.64-
YUV99.08187.2170.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.26%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=5.26%
G=35.09%
B=59.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181202040.910.4100.2207.183.7843.53
Hex1278CC5B29014cf542c
Octal221703141335102431712454
Binary100101111000110011001011011101001010100110011111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1278CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1278CC; }

 p { color: rgb(18,120,204); }

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

<style>
 a { background-color: #1278CC; }

 a { background-color: rgb(18,120,204); }

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

<style>
 span { border-color: #1278CC; }

 span { border-color: rgb(18,120,204); }

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