#1078C4

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

Shades of Navy Blue #1078C4

Tints of Navy Blue #1078C4

Color information

#1078C4 (or 0x1078C4) is unknown color: approx Navy Blue. HEX triplet: 10, 78 and C4. RGB value is (16,120,196). Sum of RGB (Red+Green+Blue) = 16+120+196=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #1078C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1078C4 is #EF873B. Grayscale: #616161. Windows color (decimal): -15697724 or 12875792. OLE color: 12875792.

HSL color Cylindrical-coordinate representation of color #1078C4: hue angle of 205.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1078C4 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16120196-
CMYK0.920.3900.23
HSL205.33º84.91%41.57%-
HSV(B)205.33º91.84%76.86%-
XYZ16.8917.5354.72-
YUV97.57183.5469.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 196 (76.95% from 255) = 59.04%
R=4.82%
G=36.14%
B=59.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161201960.920.3900.23205.3384.9141.57
Hex1078C45C27017cd552a
Octal201703041344702731512552
Binary100001111000110001001011100100111010111110011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1078C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1078C4; }

 p { color: rgb(16,120,196); }

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

<style>
 a { background-color: #1078C4; }

 a { background-color: rgb(16,120,196); }

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

<style>
 span { border-color: #1078C4; }

 span { border-color: rgb(16,120,196); }

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