Html Css Color HEX #01067B Navy

📋 copy color: '#01067B'

red 1 ◦ green 6 ◦ blue 123

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

Shades of Navy #01067B

Tints of Navy #01067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 94.62%

R = 0.77%
G = 4.62%
B = 94.62%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01067B (or 0x01067B) is known color: Navy. HEX triplet: 01, 06 and 7B. RGB value is (1,6,123). Sum of RGB (Red+Green+Blue) = 1+6+123=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 123 (48.44% from 255 or 94.62% from 130); Max value from RGB is 123 - color contains mainly: blue. Hex color #01067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01067B is #FEF984. Grayscale: #111111. Windows color (decimal): -16710021 or 8062465. OLE color: 8062465.

HSL color Cylindrical-coordinate representation of color #01067B: hue angle of 237.54º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01067B is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 6 123 -
CMYK 0.99 0.95 0 0.52
HSL 237.54º 0.98% 0.24% -
HSV(B) 237.54º 0.99% 0.48% -
XYZ 3.65 1.57 18.85 -
YUV 17.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 1 6 123 0.99 0.95 0 0.52 237.54 0.98 0.24
Hex 1 6 7B 63 5F 0 34 EE 62 18
Octal 1 6 173 143 137 0 64 356 142 30
Binary 1 110 1111011 1100011 1011111 0 110100 11101110 1100010 11000

Color Harmonies of #01067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01067B

Black with #01067B

Text Example


Text Example

White with #01067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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