Html Css Color HEX #030662 Navy

📋 copy color: '#030662'

red 3 ◦ green 6 ◦ blue 98

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

Shades of Navy #030662

Tints of Navy #030662

RGB

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

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

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

R = 2.8%
G = 5.61%
B = 91.59%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030662 (or 0x030662) is known color: Navy. HEX triplet: 03, 06 and 62. RGB value is (3,6,98). Sum of RGB (Red+Green+Blue) = 3+6+98=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #030662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030662 is #FCF99D. Grayscale: #0F0F0F. Windows color (decimal): -16578974 or 6424067. OLE color: 6424067.

HSL color Cylindrical-coordinate representation of color #030662: hue angle of 238.11º 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 #030662 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 6 98 -
CMYK 0.97 0.94 0 0.62
HSL 238.11º 0.94% 0.2% -
HSV(B) 238.11º 0.97% 0.38% -
XYZ 2.31 1.03 11.63 -
YUV 15.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 3 6 98 0.97 0.94 0 0.62 238.11 0.94 0.2
Hex 3 6 62 61 5E 0 3E EE 5E 14
Octal 3 6 142 141 136 0 76 356 136 24
Binary 11 110 1100010 1100001 1011110 0 111110 11101110 1011110 10100

Color Harmonies of #030662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030662

Black with #030662

Text Example


Text Example

White with #030662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030662; }

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

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

background-color css

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

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

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

border-color css

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

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

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