Html Css Color HEX #07107B Navy

📋 copy color: '#07107B'

red 7 ◦ green 16 ◦ blue 123

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

Shades of Navy #07107B

Tints of Navy #07107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 4.79%
G = 10.96%
B = 84.25%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07107B (or 0x07107B) is known color: Navy. HEX triplet: 07, 10 and 7B. RGB value is (7,16,123). Sum of RGB (Red+Green+Blue) = 7+16+123=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #07107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07107B is #F8EF84. Grayscale: #191919. Windows color (decimal): -16314245 or 8065031. OLE color: 8065031.

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

Color convert

RGB 7 16 123 -
CMYK 0.94 0.87 0 0.52
HSL 235.34º 0.89% 0.25% -
HSV(B) 235.34º 0.94% 0.48% -
XYZ 3.85 1.85 18.89 -
YUV 25.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 7 16 123 0.94 0.87 0 0.52 235.34 0.89 0.25
Hex 7 10 7B 5E 57 0 34 EB 59 19
Octal 7 20 173 136 127 0 64 353 131 31
Binary 111 10000 1111011 1011110 1010111 0 110100 11101011 1011001 11001

Color Harmonies of #07107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07107B

Black with #07107B

Text Example


Text Example

White with #07107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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