Html Css Color HEX #03076C Navy

📋 copy color: '#03076C'

red 3 ◦ green 7 ◦ blue 108

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

Shades of Navy #03076C

Tints of Navy #03076C

RGB

 RED value IS 3 (1.56% from 255) = 2.54%

 GREEN value IS 7 (3.13% from 255) = 5.93%

 BLUE value IS 108 (42.58% from 255) = 91.53%

R = 2.54%
G = 5.93%
B = 91.53%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03076C (or 0x03076C) is known color: Navy. HEX triplet: 03, 07 and 6C. RGB value is (3,7,108). Sum of RGB (Red+Green+Blue) = 3+7+108=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 108 (42.58% from 255 or 91.53% from 118); Max value from RGB is 108 - color contains mainly: blue. Hex color #03076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03076C is #FCF893. Grayscale: #101010. Windows color (decimal): -16578708 or 7079683. OLE color: 7079683.

HSL color Cylindrical-coordinate representation of color #03076C: hue angle of 237.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03076C is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 7 108 -
CMYK 0.97 0.94 0 0.58
HSL 237.71º 0.95% 0.22% -
HSV(B) 237.71º 0.97% 0.42% -
XYZ 2.82 1.25 14.28 -
YUV 17.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 3 7 108 0.97 0.94 0 0.58 237.71 0.95 0.22
Hex 3 7 6C 61 5E 0 3A EE 5F 16
Octal 3 7 154 141 136 0 72 356 137 26
Binary 11 111 1101100 1100001 1011110 0 111010 11101110 1011111 10110

Color Harmonies of #03076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03076C

Black with #03076C

Text Example


Text Example

White with #03076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03076C; }

 p { color: rgb(3,7,108); }

 H1.HeaderClassName
 {
   color: #03076C;
 }
 .AnyTagClassName
 {
   color: #03076C;
 }
</style>

background-color css

<style>
 a { background-color: #03076C; }

 a { background-color: rgb(3,7,108); }

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

border-color css

<style>
 span { border-color: #03076C; }

 span { border-color: rgb(3,7,108); }

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