Html Css Color HEX #030259 Navy

📋 copy color: '#030259'

red 3 ◦ green 2 ◦ blue 89

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

Shades of Navy #030259

Tints of Navy #030259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 94.68%

R = 3.19%
G = 2.13%
B = 94.68%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030259 (or 0x030259) is known color: Navy. HEX triplet: 03, 02 and 59. RGB value is (3,2,89). Sum of RGB (Red+Green+Blue) = 3+2+89=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 89 (35.16% from 255 or 94.68% from 94); Max value from RGB is 89 - color contains mainly: blue. Hex color #030259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030259 is #FCFDA6. Grayscale: #0B0B0B. Windows color (decimal): -16580007 or 5833219. OLE color: 5833219.

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

Color convert

RGB 3 2 89 -
CMYK 0.97 0.98 0 0.65
HSL 240.69º 0.96% 0.18% -
HSV(B) 240.69º 0.98% 0.35% -
XYZ 1.86 0.78 9.5 -
YUV 12.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 3 2 89 0.97 0.98 0 0.65 240.69 0.96 0.18
Hex 3 2 59 61 62 0 41 F1 60 12
Octal 3 2 131 141 142 0 101 361 140 22
Binary 11 10 1011001 1100001 1100010 0 1000001 11110001 1100000 10010

Color Harmonies of #030259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030259

Black with #030259

Text Example


Text Example

White with #030259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030259; }

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

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

background-color css

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

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

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

border-color css

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

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

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