Html Css Color HEX #01037B Navy

📋 copy color: '#01037B'

red 1 ◦ green 3 ◦ blue 123

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

Shades of Navy #01037B

Tints of Navy #01037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.36%

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

R = 0.79%
G = 2.36%
B = 96.85%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01037B (or 0x01037B) is known color: Navy. HEX triplet: 01, 03 and 7B. RGB value is (1,3,123). Sum of RGB (Red+Green+Blue) = 1+3+123=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 123 (48.44% from 255 or 96.85% from 127); Max value from RGB is 123 - color contains mainly: blue. Hex color #01037B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01037B is #FEFC84. Grayscale: #0F0F0F. Windows color (decimal): -16710789 or 8061697. OLE color: 8061697.

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

Color convert

RGB 1 3 123 -
CMYK 0.99 0.98 0 0.52
HSL 239.02º 0.98% 0.24% -
HSV(B) 239.02º 0.99% 0.48% -
XYZ 3.62 1.5 18.84 -
YUV 16.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 1 3 123 0.99 0.98 0 0.52 239.02 0.98 0.24
Hex 1 3 7B 63 62 0 34 EF 62 18
Octal 1 3 173 143 142 0 64 357 142 30
Binary 1 11 1111011 1100011 1100010 0 110100 11101111 1100010 11000

Color Harmonies of #01037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01037B

Black with #01037B

Text Example


Text Example

White with #01037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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