Html Css Color HEX #07067D Navy

📋 copy color: '#07067D'

red 7 ◦ green 6 ◦ blue 125

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

Shades of Navy #07067D

Tints of Navy #07067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

 BLUE value IS 125 (49.22% from 255) = 90.58%

R = 5.07%
G = 4.35%
B = 90.58%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07067D (or 0x07067D) is known color: Navy. HEX triplet: 07, 06 and 7D. RGB value is (7,6,125). Sum of RGB (Red+Green+Blue) = 7+6+125=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #07067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07067D is #F8F982. Grayscale: #131313. Windows color (decimal): -16316803 or 8193543. OLE color: 8193543.

HSL color Cylindrical-coordinate representation of color #07067D: hue angle of 240.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07067D is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 6 125 -
CMYK 0.94 0.95 0 0.51
HSL 240.5º 0.91% 0.26% -
HSV(B) 240.5º 0.95% 0.49% -
XYZ 3.85 1.66 19.52 -
YUV 19.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 7 6 125 0.94 0.95 0 0.51 240.5 0.91 0.26
Hex 7 6 7D 5E 5F 0 33 F1 5B 1A
Octal 7 6 175 136 137 0 63 361 133 32
Binary 111 110 1111101 1011110 1011111 0 110011 11110001 1011011 11010

Color Harmonies of #07067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07067D

Black with #07067D

Text Example


Text Example

White with #07067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07067D; }

 p { color: rgb(7,6,125); }

 H1.HeaderClassName
 {
   color: #07067D;
 }
 .AnyTagClassName
 {
   color: #07067D;
 }
</style>

background-color css

<style>
 a { background-color: #07067D; }

 a { background-color: rgb(7,6,125); }

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

border-color css

<style>
 span { border-color: #07067D; }

 span { border-color: rgb(7,6,125); }

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