Html Css Color HEX #030369 Navy

📋 copy color: '#030369'

red 3 ◦ green 3 ◦ blue 105

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

Shades of Navy #030369

Tints of Navy #030369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.7%

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

R = 2.7%
G = 2.7%
B = 94.59%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#030369 (or 0x030369) is known color: Navy. HEX triplet: 03, 03 and 69. RGB value is (3,3,105). Sum of RGB (Red+Green+Blue) = 3+3+105=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 105 (41.41% from 255 or 94.59% from 111); Max value from RGB is 105 - color contains mainly: blue. Hex color #030369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030369 is #FCFC96. Grayscale: #0E0E0E. Windows color (decimal): -16579735 or 6882051. OLE color: 6882051.

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

Color convert

RGB 3 3 105 -
CMYK 0.97 0.97 0 0.59
HSL 240º 0.94% 0.21% -
HSV(B) 240º 0.97% 0.41% -
XYZ 2.62 1.1 13.44 -
YUV 14.63 179 119.71 -
System Red Green Blue C M Y K H S L
Decimal 3 3 105 0.97 0.97 0 0.59 240 0.94 0.21
Hex 3 3 69 61 61 0 3B F0 5E 15
Octal 3 3 151 141 141 0 73 360 136 25
Binary 11 11 1101001 1100001 1100001 0 111011 11110000 1011110 10101

Color Harmonies of #030369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030369

Black with #030369

Text Example


Text Example

White with #030369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030369; }

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

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

background-color css

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

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

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

border-color css

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

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

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