Html Css Color HEX #030262 Navy

📋 copy color: '#030262'

red 3 ◦ green 2 ◦ blue 98

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

Shades of Navy #030262

Tints of Navy #030262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.94%

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

R = 2.91%
G = 1.94%
B = 95.15%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030262 (or 0x030262) is known color: Navy. HEX triplet: 03, 02 and 62. RGB value is (3,2,98). Sum of RGB (Red+Green+Blue) = 3+2+98=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 98 (38.67% from 255 or 95.15% from 103); Max value from RGB is 98 - color contains mainly: blue. Hex color #030262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030262 is #FCFD9D. Grayscale: #0C0C0C. Windows color (decimal): -16579998 or 6423043. OLE color: 6423043.

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

Color convert

RGB 3 2 98 -
CMYK 0.97 0.98 0 0.62
HSL 240.63º 0.96% 0.2% -
HSV(B) 240.63º 0.98% 0.38% -
XYZ 2.26 0.94 11.62 -
YUV 13.24 175.83 120.69 -
System Red Green Blue C M Y K H S L
Decimal 3 2 98 0.97 0.98 0 0.62 240.63 0.96 0.2
Hex 3 2 62 61 62 0 3E F1 60 14
Octal 3 2 142 141 142 0 76 361 140 24
Binary 11 10 1100010 1100001 1100010 0 111110 11110001 1100000 10100

Color Harmonies of #030262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030262

Black with #030262

Text Example


Text Example

White with #030262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030262; }

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

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

background-color css

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

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

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

border-color css

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

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

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