Html Css Color HEX #030362 Navy

📋 copy color: '#030362'

red 3 ◦ green 3 ◦ blue 98

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

Shades of Navy #030362

Tints of Navy #030362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 2.88%
G = 2.88%
B = 94.23%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030362 (or 0x030362) is known color: Navy. HEX triplet: 03, 03 and 62. RGB value is (3,3,98). Sum of RGB (Red+Green+Blue) = 3+3+98=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 98 (38.67% from 255 or 94.23% from 104); Max value from RGB is 98 - color contains mainly: blue. Hex color #030362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030362 is #FCFC9D. Grayscale: #0D0D0D. Windows color (decimal): -16579742 or 6423299. OLE color: 6423299.

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

Color convert

RGB 3 3 98 -
CMYK 0.97 0.97 0 0.62
HSL 240º 0.94% 0.2% -
HSV(B) 240º 0.97% 0.38% -
XYZ 2.27 0.97 11.62 -
YUV 13.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 3 3 98 0.97 0.97 0 0.62 240 0.94 0.2
Hex 3 3 62 61 61 0 3E F0 5E 14
Octal 3 3 142 141 141 0 76 360 136 24
Binary 11 11 1100010 1100001 1100001 0 111110 11110000 1011110 10100

Color Harmonies of #030362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030362

Black with #030362

Text Example


Text Example

White with #030362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030362; }

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

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

background-color css

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

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

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

border-color css

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

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

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