Html Css Color HEX #030769 Navy

📋 copy color: '#030769'

red 3 ◦ green 7 ◦ blue 105

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

Shades of Navy #030769

Tints of Navy #030769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

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

R = 2.61%
G = 6.09%
B = 91.3%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#030769 (or 0x030769) is known color: Navy. HEX triplet: 03, 07 and 69. RGB value is (3,7,105). Sum of RGB (Red+Green+Blue) = 3+7+105=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 105 (41.41% from 255 or 91.30% from 115); Max value from RGB is 105 - color contains mainly: blue. Hex color #030769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030769 is #FCF896. Grayscale: #101010. Windows color (decimal): -16578711 or 6883075. OLE color: 6883075.

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

Color convert

RGB 3 7 105 -
CMYK 0.97 0.93 0 0.59
HSL 237.65º 0.94% 0.21% -
HSV(B) 237.65º 0.97% 0.41% -
XYZ 2.66 1.19 13.45 -
YUV 16.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 3 7 105 0.97 0.93 0 0.59 237.65 0.94 0.21
Hex 3 7 69 61 5D 0 3B EE 5E 15
Octal 3 7 151 141 135 0 73 356 136 25
Binary 11 111 1101001 1100001 1011101 0 111011 11101110 1011110 10101

Color Harmonies of #030769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030769

Black with #030769

Text Example


Text Example

White with #030769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030769; }

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

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

background-color css

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

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

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

border-color css

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

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

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