Html Css Color HEX #030871 Navy

📋 copy color: '#030871'

red 3 ◦ green 8 ◦ blue 113

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

Shades of Navy #030871

Tints of Navy #030871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 91.13%

R = 2.42%
G = 6.45%
B = 91.13%

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

#030871 (or 0x030871) is known color: Navy. HEX triplet: 03, 08 and 71. RGB value is (3,8,113). Sum of RGB (Red+Green+Blue) = 3+8+113=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 113 (44.53% from 255 or 91.13% from 124); Max value from RGB is 113 - color contains mainly: blue. Hex color #030871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030871 is #FCF78E. Grayscale: #121212. Windows color (decimal): -16578447 or 7407619. OLE color: 7407619.

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

Color convert

RGB 3 8 113 -
CMYK 0.97 0.93 0 0.56
HSL 237.27º 0.95% 0.23% -
HSV(B) 237.27º 0.97% 0.44% -
XYZ 3.11 1.39 15.73 -
YUV 18.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 3 8 113 0.97 0.93 0 0.56 237.27 0.95 0.23
Hex 3 8 71 61 5D 0 38 ED 5F 17
Octal 3 10 161 141 135 0 70 355 137 27
Binary 11 1000 1110001 1100001 1011101 0 111000 11101101 1011111 10111

Color Harmonies of #030871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030871

Black with #030871

Text Example


Text Example

White with #030871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030871; }

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

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

background-color css

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

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

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

border-color css

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

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

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