Html Css Color HEX #010B78 Navy

📋 copy color: '#010B78'

red 1 ◦ green 11 ◦ blue 120

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

Shades of Navy #010B78

Tints of Navy #010B78

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 11 (4.69% from 255) = 8.33%

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

R = 0.76%
G = 8.33%
B = 90.91%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010B78 (or 0x010B78) is known color: Navy. HEX triplet: 01, 0B and 78. RGB value is (1,11,120). Sum of RGB (Red+Green+Blue) = 1+11+120=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 120 (47.27% from 255 or 90.91% from 132); Max value from RGB is 120 - color contains mainly: blue. Hex color #010B78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B78 is #FEF487. Grayscale: #131313. Windows color (decimal): -16708744 or 7867137. OLE color: 7867137.

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

Color convert

RGB 1 11 120 -
CMYK 0.99 0.91 0 0.53
HSL 234.96º 0.98% 0.24% -
HSV(B) 234.96º 0.99% 0.47% -
XYZ 3.52 1.6 17.89 -
YUV 20.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 1 11 120 0.99 0.91 0 0.53 234.96 0.98 0.24
Hex 1 B 78 63 5B 0 35 EB 62 18
Octal 1 13 170 143 133 0 65 353 142 30
Binary 1 1011 1111000 1100011 1011011 0 110101 11101011 1100010 11000

Color Harmonies of #010B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B78

Black with #010B78

Text Example


Text Example

White with #010B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010B78; }

 p { color: rgb(1,11,120); }

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

background-color css

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

 a { background-color: rgb(1,11,120); }

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

border-color css

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

 span { border-color: rgb(1,11,120); }

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