Html Css Color HEX #010B68 Navy

📋 copy color: '#010B68'

red 1 ◦ green 11 ◦ blue 104

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

Shades of Navy #010B68

Tints of Navy #010B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 89.66%

R = 0.86%
G = 9.48%
B = 89.66%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010B68 (or 0x010B68) is known color: Navy. HEX triplet: 01, 0B and 68. RGB value is (1,11,104). Sum of RGB (Red+Green+Blue) = 1+11+104=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 104 (41.02% from 255 or 89.66% from 116); Max value from RGB is 104 - color contains mainly: blue. Hex color #010B68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B68 is #FEF497. Grayscale: #121212. Windows color (decimal): -16708760 or 6818561. OLE color: 6818561.

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

Color convert

RGB 1 11 104 -
CMYK 0.99 0.89 0 0.59
HSL 234.17º 0.98% 0.21% -
HSV(B) 234.17º 0.99% 0.41% -
XYZ 2.63 1.25 13.2 -
YUV 18.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 1 11 104 0.99 0.89 0 0.59 234.17 0.98 0.21
Hex 1 B 68 63 59 0 3B EA 62 15
Octal 1 13 150 143 131 0 73 352 142 25
Binary 1 1011 1101000 1100011 1011001 0 111011 11101010 1100010 10101

Color Harmonies of #010B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B68

Black with #010B68

Text Example


Text Example

White with #010B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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