Html Css Color HEX #030970 Navy

📋 copy color: '#030970'

red 3 ◦ green 9 ◦ blue 112

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

Shades of Navy #030970

Tints of Navy #030970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 112 (44.14% from 255) = 90.32%

R = 2.42%
G = 7.26%
B = 90.32%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030970 (or 0x030970) is known color: Navy. HEX triplet: 03, 09 and 70. RGB value is (3,9,112). Sum of RGB (Red+Green+Blue) = 3+9+112=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #030970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030970 is #FCF68F. Grayscale: #121212. Windows color (decimal): -16578192 or 7342339. OLE color: 7342339.

HSL color Cylindrical-coordinate representation of color #030970: hue angle of 236.7º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030970 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 9 112 -
CMYK 0.97 0.92 0 0.56
HSL 236.7º 0.95% 0.23% -
HSV(B) 236.7º 0.97% 0.44% -
XYZ 3.06 1.38 15.44 -
YUV 18.95 180.51 116.62 -
System Red Green Blue C M Y K H S L
Decimal 3 9 112 0.97 0.92 0 0.56 236.7 0.95 0.23
Hex 3 9 70 61 5C 0 38 ED 5F 17
Octal 3 11 160 141 134 0 70 355 137 27
Binary 11 1001 1110000 1100001 1011100 0 111000 11101101 1011111 10111

Color Harmonies of #030970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030970

Black with #030970

Text Example


Text Example

White with #030970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030970; }

 p { color: rgb(3,9,112); }

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

background-color css

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

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

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

border-color css

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

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

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