Html Css Color HEX #01046B Navy

📋 copy color: '#01046B'

red 1 ◦ green 4 ◦ blue 107

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

Shades of Navy #01046B

Tints of Navy #01046B

RGB

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

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

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

R = 0.89%
G = 3.57%
B = 95.54%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01046B (or 0x01046B) is known color: Navy. HEX triplet: 01, 04 and 6B. RGB value is (1,4,107). Sum of RGB (Red+Green+Blue) = 1+4+107=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 107 (42.19% from 255 or 95.54% from 112); Max value from RGB is 107 - color contains mainly: blue. Hex color #01046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046B is #FEFB94. Grayscale: #0E0E0E. Windows color (decimal): -16710549 or 7013377. OLE color: 7013377.

HSL color Cylindrical-coordinate representation of color #01046B: hue angle of 238.3º 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 #01046B is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 4 107 -
CMYK 0.99 0.96 0 0.58
HSL 238.3º 0.98% 0.21% -
HSV(B) 238.3º 0.99% 0.42% -
XYZ 2.71 1.15 13.99 -
YUV 14.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 1 4 107 0.99 0.96 0 0.58 238.3 0.98 0.21
Hex 1 4 6B 63 60 0 3A EE 62 15
Octal 1 4 153 143 140 0 72 356 142 25
Binary 1 100 1101011 1100011 1100000 0 111010 11101110 1100010 10101

Color Harmonies of #01046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01046B

Black with #01046B

Text Example


Text Example

White with #01046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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