Html Css Color HEX #010667 Navy

📋 copy color: '#010667'

red 1 ◦ green 6 ◦ blue 103

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

Shades of Navy #010667

Tints of Navy #010667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 103 (40.63% from 255) = 93.64%

R = 0.91%
G = 5.45%
B = 93.64%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010667 (or 0x010667) is known color: Navy. HEX triplet: 01, 06 and 67. RGB value is (1,6,103). Sum of RGB (Red+Green+Blue) = 1+6+103=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 103 (40.62% from 255 or 93.64% from 110); Max value from RGB is 103 - color contains mainly: blue. Hex color #010667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010667 is #FEF998. Grayscale: #0F0F0F. Windows color (decimal): -16710041 or 6751745. OLE color: 6751745.

HSL color Cylindrical-coordinate representation of color #010667: hue angle of 237.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010667 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 6 103 -
CMYK 0.99 0.94 0 0.60
HSL 237.06º 0.98% 0.2% -
HSV(B) 237.06º 0.99% 0.4% -
XYZ 2.53 1.12 12.91 -
YUV 15.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 1 6 103 0.99 0.94 0 0.60 237.06 0.98 0.2
Hex 1 6 67 63 5E 0 3C ED 62 14
Octal 1 6 147 143 136 0 74 355 142 24
Binary 1 110 1100111 1100011 1011110 0 111100 11101101 1100010 10100

Color Harmonies of #010667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010667

Black with #010667

Text Example


Text Example

White with #010667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010667; }

 p { color: rgb(1,6,103); }

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

background-color css

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

 a { background-color: rgb(1,6,103); }

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

border-color css

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

 span { border-color: rgb(1,6,103); }

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