Html Css Color HEX #010B6B Navy

📋 copy color: '#010B6B'

red 1 ◦ green 11 ◦ blue 107

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

Shades of Navy #010B6B

Tints of Navy #010B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 89.92%

R = 0.84%
G = 9.24%
B = 89.92%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#010B6B (or 0x010B6B) is known color: Navy. HEX triplet: 01, 0B and 6B. RGB value is (1,11,107). Sum of RGB (Red+Green+Blue) = 1+11+107=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 107 (42.19% from 255 or 89.92% from 119); Max value from RGB is 107 - color contains mainly: blue. Hex color #010B6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B6B is #FEF494. Grayscale: #121212. Windows color (decimal): -16708757 or 7015169. OLE color: 7015169.

HSL color Cylindrical-coordinate representation of color #010B6B: hue angle of 234.34º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B6B is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 11 107 -
CMYK 0.99 0.90 0 0.58
HSL 234.34º 0.98% 0.21% -
HSV(B) 234.34º 0.99% 0.42% -
XYZ 2.79 1.31 14.02 -
YUV 18.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 1 11 107 0.99 0.90 0 0.58 234.34 0.98 0.21
Hex 1 B 6B 63 5A 0 3A EA 62 15
Octal 1 13 153 143 132 0 72 352 142 25
Binary 1 1011 1101011 1100011 1011010 0 111010 11101010 1100010 10101

Color Harmonies of #010B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B6B

Black with #010B6B

Text Example


Text Example

White with #010B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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