Html Css Color HEX #07017B Navy

📋 copy color: '#07017B'

red 7 ◦ green 1 ◦ blue 123

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

Shades of Navy #07017B

Tints of Navy #07017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 5.34%
G = 0.76%
B = 93.89%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07017B (or 0x07017B) is known color: Navy. HEX triplet: 07, 01 and 7B. RGB value is (7,1,123). Sum of RGB (Red+Green+Blue) = 7+1+123=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 123 (48.44% from 255 or 93.89% from 131); Max value from RGB is 123 - color contains mainly: blue. Hex color #07017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07017B is #F8FE84. Grayscale: #101010. Windows color (decimal): -16318085 or 8061191. OLE color: 8061191.

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

Color convert

RGB 7 1 123 -
CMYK 0.94 0.99 0 0.52
HSL 242.95º 0.98% 0.24% -
HSV(B) 242.95º 0.99% 0.48% -
XYZ 3.67 1.5 18.83 -
YUV 16.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 7 1 123 0.94 0.99 0 0.52 242.95 0.98 0.24
Hex 7 1 7B 5E 63 0 34 F3 62 18
Octal 7 1 173 136 143 0 64 363 142 30
Binary 111 1 1111011 1011110 1100011 0 110100 11110011 1100010 11000

Color Harmonies of #07017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07017B

Black with #07017B

Text Example


Text Example

White with #07017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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