Html Css Color HEX #030569 Navy

📋 copy color: '#030569'

red 3 ◦ green 5 ◦ blue 105

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

Shades of Navy #030569

Tints of Navy #030569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 92.92%

R = 2.65%
G = 4.42%
B = 92.92%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#030569 (or 0x030569) is known color: Navy. HEX triplet: 03, 05 and 69. RGB value is (3,5,105). Sum of RGB (Red+Green+Blue) = 3+5+105=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #030569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030569 is #FCFA96. Grayscale: #0F0F0F. Windows color (decimal): -16579223 or 6882563. OLE color: 6882563.

HSL color Cylindrical-coordinate representation of color #030569: hue angle of 238.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030569 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 5 105 -
CMYK 0.97 0.95 0 0.59
HSL 238.82º 0.94% 0.21% -
HSV(B) 238.82º 0.97% 0.41% -
XYZ 2.64 1.15 13.45 -
YUV 15.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 3 5 105 0.97 0.95 0 0.59 238.82 0.94 0.21
Hex 3 5 69 61 5F 0 3B EF 5E 15
Octal 3 5 151 141 137 0 73 357 136 25
Binary 11 101 1101001 1100001 1011111 0 111011 11101111 1011110 10101

Color Harmonies of #030569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030569

Black with #030569

Text Example


Text Example

White with #030569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030569; }

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

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

background-color css

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

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

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

border-color css

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

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

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