Html Css Color HEX #001078 Navy

📋 copy color: '#001078'

red 0 ◦ green 16 ◦ blue 120

#001078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #001078

Tints of Navy #001078

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 120 (47.27% from 255) = 88.24%

R = 0%
G = 11.76%
B = 88.24%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001078 (or 0x001078) is known color: Navy. HEX triplet: 00, 10 and 78. RGB value is (0,16,120). Sum of RGB (Red+Green+Blue) = 0+16+120=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #001078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001078 is #FFEF87. Grayscale: #161616. Windows color (decimal): -16773000 or 7868416. OLE color: 7868416.

HSL color Cylindrical-coordinate representation of color #001078: hue angle of 232º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001078 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 16 120 -
CMYK 1 0.87 0 0.53
HSL 232º 1% 0.24% -
HSV(B) 232º 1% 0.47% -
XYZ 3.58 1.73 17.91 -
YUV 23.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 0 16 120 1 0.87 0 0.53 232 1 0.24
Hex 0 10 78 64 57 0 35 E8 64 18
Octal 0 20 170 144 127 0 65 350 144 30
Binary 0 10000 1111000 1100100 1010111 0 110101 11101000 1100100 11000

Color Harmonies of #001078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001078

Black with #001078

Text Example


Text Example

White with #001078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001078; }

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

 H1.HeaderClassName
 {
   color: #001078;
 }
 .AnyTagClassName
 {
   color: #001078;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #001078;
 }
 .BgClassName
 {
   background-color: #001078;
 }
</style>

border-color css

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

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

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