Html Css Color HEX #01046F Navy

📋 copy color: '#01046F'

red 1 ◦ green 4 ◦ blue 111

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

Shades of Navy #01046F

Tints of Navy #01046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.45%

 BLUE value IS 111 (43.75% from 255) = 95.69%

R = 0.86%
G = 3.45%
B = 95.69%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01046F (or 0x01046F) is known color: Navy. HEX triplet: 01, 04 and 6F. RGB value is (1,4,111). Sum of RGB (Red+Green+Blue) = 1+4+111=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 111 (43.75% from 255 or 95.69% from 116); Max value from RGB is 111 - color contains mainly: blue. Hex color #01046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046F is #FEFB90. Grayscale: #0E0E0E. Windows color (decimal): -16710545 or 7275521. OLE color: 7275521.

HSL color Cylindrical-coordinate representation of color #01046F: hue angle of 238.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01046F is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 4 111 -
CMYK 0.99 0.96 0 0.56
HSL 238.36º 0.98% 0.22% -
HSV(B) 238.36º 0.99% 0.44% -
XYZ 2.93 1.24 15.12 -
YUV 15.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 1 4 111 0.99 0.96 0 0.56 238.36 0.98 0.22
Hex 1 4 6F 63 60 0 38 EE 62 16
Octal 1 4 157 143 140 0 70 356 142 26
Binary 1 100 1101111 1100011 1100000 0 111000 11101110 1100010 10110

Color Harmonies of #01046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01046F

Black with #01046F

Text Example


Text Example

White with #01046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01046F; }

 p { color: rgb(1,4,111); }

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

background-color css

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

 a { background-color: rgb(1,4,111); }

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

border-color css

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

 span { border-color: rgb(1,4,111); }

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