Html Css Color HEX #002860 Prussian Blue

📋 copy color: '#002860'

red 0 ◦ green 40 ◦ blue 96

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

Shades of Prussian Blue #002860

Tints of Prussian Blue #002860

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 40 (16.02% from 255) = 29.41%

 BLUE value IS 96 (37.89% from 255) = 70.59%

R = 0%
G = 29.41%
B = 70.59%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002860 (or 0x002860) is known color: Prussian Blue. HEX triplet: 00, 28 and 60. RGB value is (0,40,96). Sum of RGB (Red+Green+Blue) = 0+40+96=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #002860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002860 is #FFD79F. Grayscale: #222222. Windows color (decimal): -16766880 or 6301696. OLE color: 6301696.

HSL color Cylindrical-coordinate representation of color #002860: hue angle of 215º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002860 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 40 96 -
CMYK 1 0.58 0 0.62
HSL 215º 1% 0.19% -
HSV(B) 215º 1% 0.38% -
XYZ 2.87 2.36 11.37 -
YUV 34.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 0 40 96 1 0.58 0 0.62 215 1 0.19
Hex 0 28 60 64 3A 0 3E D7 64 13
Octal 0 50 140 144 72 0 76 327 144 23
Binary 0 101000 1100000 1100100 111010 0 111110 11010111 1100100 10011

Color Harmonies of #002860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002860

Black with #002860

Text Example


Text Example

White with #002860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002860; }

 p { color: rgb(0,40,96); }

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

background-color css

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

 a { background-color: rgb(0,40,96); }

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

border-color css

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

 span { border-color: rgb(0,40,96); }

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