Html Css Color HEX #030469 Navy

📋 copy color: '#030469'

red 3 ◦ green 4 ◦ blue 105

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

Shades of Navy #030469

Tints of Navy #030469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.57%

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

R = 2.68%
G = 3.57%
B = 93.75%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#030469 (or 0x030469) is known color: Navy. HEX triplet: 03, 04 and 69. RGB value is (3,4,105). Sum of RGB (Red+Green+Blue) = 3+4+105=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #030469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030469 is #FCFB96. Grayscale: #0E0E0E. Windows color (decimal): -16579479 or 6882307. OLE color: 6882307.

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

Color convert

RGB 3 4 105 -
CMYK 0.97 0.96 0 0.59
HSL 239.41º 0.94% 0.21% -
HSV(B) 239.41º 0.97% 0.41% -
XYZ 2.63 1.13 13.44 -
YUV 15.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 3 4 105 0.97 0.96 0 0.59 239.41 0.94 0.21
Hex 3 4 69 61 60 0 3B EF 5E 15
Octal 3 4 151 141 140 0 73 357 136 25
Binary 11 100 1101001 1100001 1100000 0 111011 11101111 1011110 10101

Color Harmonies of #030469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030469

Black with #030469

Text Example


Text Example

White with #030469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030469; }

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

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

background-color css

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

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

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

border-color css

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

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

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