Html Css Color HEX #01007B Navy

📋 copy color: '#01007B'

red 1 ◦ green 0 ◦ blue 123

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

Shades of Navy #01007B

Tints of Navy #01007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 0.81%
G = 0%
B = 99.19%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01007B (or 0x01007B) is known color: Navy. HEX triplet: 01, 00 and 7B. RGB value is (1,0,123). Sum of RGB (Red+Green+Blue) = 1+0+123=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 123 (48.44% from 255 or 99.19% from 124); Max value from RGB is 123 - color contains mainly: blue. Hex color #01007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01007B is #FEFF84. Grayscale: #0D0D0D. Windows color (decimal): -16711557 or 8060929. OLE color: 8060929.

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

Color convert

RGB 1 0 123 -
CMYK 0.99 1 0 0.52
HSL 240.49º 1% 0.24% -
HSV(B) 240.49º 1% 0.48% -
XYZ 3.59 1.44 18.83 -
YUV 14.32 189.33 118.5 -
System Red Green Blue C M Y K H S L
Decimal 1 0 123 0.99 1 0 0.52 240.49 1 0.24
Hex 1 0 7B 63 64 0 34 F0 64 18
Octal 1 0 173 143 144 0 64 360 144 30
Binary 1 0 1111011 1100011 1100100 0 110100 11110000 1100100 11000

Color Harmonies of #01007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01007B

Black with #01007B

Text Example


Text Example

White with #01007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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