Html Css Color HEX #030562 Navy

📋 copy color: '#030562'

red 3 ◦ green 5 ◦ blue 98

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

Shades of Navy #030562

Tints of Navy #030562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 2.83%
G = 4.72%
B = 92.45%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030562 (or 0x030562) is known color: Navy. HEX triplet: 03, 05 and 62. RGB value is (3,5,98). Sum of RGB (Red+Green+Blue) = 3+5+98=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #030562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030562 is #FCFA9D. Grayscale: #0E0E0E. Windows color (decimal): -16579230 or 6423811. OLE color: 6423811.

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

Color convert

RGB 3 5 98 -
CMYK 0.97 0.95 0 0.62
HSL 238.74º 0.94% 0.2% -
HSV(B) 238.74º 0.97% 0.38% -
XYZ 2.3 1.01 11.63 -
YUV 15 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 3 5 98 0.97 0.95 0 0.62 238.74 0.94 0.2
Hex 3 5 62 61 5F 0 3E EF 5E 14
Octal 3 5 142 141 137 0 76 357 136 24
Binary 11 101 1100010 1100001 1011111 0 111110 11101111 1011110 10100

Color Harmonies of #030562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030562

Black with #030562

Text Example


Text Example

White with #030562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030562; }

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

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

background-color css

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

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

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

border-color css

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

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

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