Html Css Color HEX #010B7E Navy

📋 copy color: '#010B7E'

red 1 ◦ green 11 ◦ blue 126

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

Shades of Navy #010B7E

Tints of Navy #010B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 91.3%

R = 0.72%
G = 7.97%
B = 91.3%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#010B7E (or 0x010B7E) is known color: Navy. HEX triplet: 01, 0B and 7E. RGB value is (1,11,126). Sum of RGB (Red+Green+Blue) = 1+11+126=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 126 (49.61% from 255 or 91.30% from 138); Max value from RGB is 126 - color contains mainly: blue. Hex color #010B7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B7E is #FEF481. Grayscale: #141414. Windows color (decimal): -16708738 or 8260353. OLE color: 8260353.

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

Color convert

RGB 1 11 126 -
CMYK 0.99 0.91 0 0.51
HSL 235.2º 0.98% 0.25% -
HSV(B) 235.2º 0.99% 0.49% -
XYZ 3.9 1.75 19.87 -
YUV 21.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 1 11 126 0.99 0.91 0 0.51 235.2 0.98 0.25
Hex 1 B 7E 63 5B 0 33 EB 62 19
Octal 1 13 176 143 133 0 63 353 142 31
Binary 1 1011 1111110 1100011 1011011 0 110011 11101011 1100010 11001

Color Harmonies of #010B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B7E

Black with #010B7E

Text Example


Text Example

White with #010B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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