Html Css Color HEX #030762 Navy

📋 copy color: '#030762'

red 3 ◦ green 7 ◦ blue 98

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

Shades of Navy #030762

Tints of Navy #030762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 90.74%

R = 2.78%
G = 6.48%
B = 90.74%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030762 (or 0x030762) is known color: Navy. HEX triplet: 03, 07 and 62. RGB value is (3,7,98). Sum of RGB (Red+Green+Blue) = 3+7+98=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 98 (38.67% from 255 or 90.74% from 108); Max value from RGB is 98 - color contains mainly: blue. Hex color #030762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030762 is #FCF89D. Grayscale: #0F0F0F. Windows color (decimal): -16578718 or 6424323. OLE color: 6424323.

HSL color Cylindrical-coordinate representation of color #030762: hue angle of 237.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030762 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 7 98 -
CMYK 0.97 0.93 0 0.62
HSL 237.47º 0.94% 0.2% -
HSV(B) 237.47º 0.97% 0.38% -
XYZ 2.32 1.05 11.64 -
YUV 16.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 3 7 98 0.97 0.93 0 0.62 237.47 0.94 0.2
Hex 3 7 62 61 5D 0 3E ED 5E 14
Octal 3 7 142 141 135 0 76 355 136 24
Binary 11 111 1100010 1100001 1011101 0 111110 11101101 1011110 10100

Color Harmonies of #030762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030762

Black with #030762

Text Example


Text Example

White with #030762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030762; }

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

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

background-color css

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

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

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

border-color css

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

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

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