Html Css Color HEX #07027B Navy

📋 copy color: '#07027B'

red 7 ◦ green 2 ◦ blue 123

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

Shades of Navy #07027B

Tints of Navy #07027B

RGB

 RED value IS 7 (3.13% from 255) = 5.3%

 GREEN value IS 2 (1.17% from 255) = 1.52%

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

R = 5.3%
G = 1.52%
B = 93.18%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07027B (or 0x07027B) is known color: Navy. HEX triplet: 07, 02 and 7B. RGB value is (7,2,123). Sum of RGB (Red+Green+Blue) = 7+2+123=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 123 (48.44% from 255 or 93.18% from 132); Max value from RGB is 123 - color contains mainly: blue. Hex color #07027B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07027B is #F8FD84. Grayscale: #101010. Windows color (decimal): -16317829 or 8061447. OLE color: 8061447.

HSL color Cylindrical-coordinate representation of color #07027B: hue angle of 242.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07027B is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 2 123 -
CMYK 0.94 0.98 0 0.52
HSL 242.48º 0.97% 0.25% -
HSV(B) 242.48º 0.98% 0.48% -
XYZ 3.68 1.52 18.84 -
YUV 17.29 187.66 120.66 -
System Red Green Blue C M Y K H S L
Decimal 7 2 123 0.94 0.98 0 0.52 242.48 0.97 0.25
Hex 7 2 7B 5E 62 0 34 F2 61 19
Octal 7 2 173 136 142 0 64 362 141 31
Binary 111 10 1111011 1011110 1100010 0 110100 11110010 1100001 11001

Color Harmonies of #07027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07027B

Black with #07027B

Text Example


Text Example

White with #07027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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