Html Css Color HEX #07007B Navy

📋 copy color: '#07007B'

red 7 ◦ green 0 ◦ blue 123

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

Shades of Navy #07007B

Tints of Navy #07007B

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

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

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

Color convert

RGB 7 0 123 -
CMYK 0.94 1 0 0.52
HSL 243.41º 1% 0.24% -
HSV(B) 243.41º 1% 0.48% -
XYZ 3.66 1.48 18.83 -
YUV 16.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 7 0 123 0.94 1 0 0.52 243.41 1 0.24
Hex 7 0 7B 5E 64 0 34 F3 64 18
Octal 7 0 173 136 144 0 64 363 144 30
Binary 111 0 1111011 1011110 1100100 0 110100 11110011 1100100 11000

Color Harmonies of #07007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07007B

Black with #07007B

Text Example


Text Example

White with #07007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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