Html Css Color HEX #00077B Navy

📋 copy color: '#00077B'

red 0 ◦ green 7 ◦ blue 123

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

Shades of Navy #00077B

Tints of Navy #00077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

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

R = 0%
G = 5.38%
B = 94.62%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#00077B (or 0x00077B) is known color: Navy. HEX triplet: 00, 07 and 7B. RGB value is (0,7,123). Sum of RGB (Red+Green+Blue) = 0+7+123=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 7 (3.12% from 255 or 5.38% 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 #00077B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00077B is #FFF884. Grayscale: #111111. Windows color (decimal): -16775301 or 8062720. OLE color: 8062720.

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

Color convert

RGB 0 7 123 -
CMYK 1 0.94 0 0.52
HSL 236.59º 1% 0.24% -
HSV(B) 236.59º 1% 0.48% -
XYZ 3.65 1.58 18.85 -
YUV 18.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 0 7 123 1 0.94 0 0.52 236.59 1 0.24
Hex 0 7 7B 64 5E 0 34 ED 64 18
Octal 0 7 173 144 136 0 64 355 144 30
Binary 0 111 1111011 1100100 1011110 0 110100 11101101 1100100 11000

Color Harmonies of #00077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00077B

Black with #00077B

Text Example


Text Example

White with #00077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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