Html Css Color HEX #030870 Navy

📋 copy color: '#030870'

red 3 ◦ green 8 ◦ blue 112

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

Shades of Navy #030870

Tints of Navy #030870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 2.44%
G = 6.5%
B = 91.06%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030870 (or 0x030870) is known color: Navy. HEX triplet: 03, 08 and 70. RGB value is (3,8,112). Sum of RGB (Red+Green+Blue) = 3+8+112=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 112 (44.14% from 255 or 91.06% from 123); Max value from RGB is 112 - color contains mainly: blue. Hex color #030870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030870 is #FCF78F. Grayscale: #111111. Windows color (decimal): -16578448 or 7342083. OLE color: 7342083.

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

Color convert

RGB 3 8 112 -
CMYK 0.97 0.93 0 0.56
HSL 237.25º 0.95% 0.23% -
HSV(B) 237.25º 0.97% 0.44% -
XYZ 3.05 1.36 15.43 -
YUV 18.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 3 8 112 0.97 0.93 0 0.56 237.25 0.95 0.23
Hex 3 8 70 61 5D 0 38 ED 5F 17
Octal 3 10 160 141 135 0 70 355 137 27
Binary 11 1000 1110000 1100001 1011101 0 111000 11101101 1011111 10111

Color Harmonies of #030870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030870

Black with #030870

Text Example


Text Example

White with #030870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030870; }

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

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

background-color css

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

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

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

border-color css

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

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

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