Html Css Color HEX #024560 Prussian Blue

📋 copy color: '#024560'

red 2 ◦ green 69 ◦ blue 96

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

Shades of Prussian Blue #024560

Tints of Prussian Blue #024560

RGB

 RED value IS 2 (1.17% from 255) = 1.2%

 GREEN value IS 69 (27.34% from 255) = 41.32%

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

R = 1.2%
G = 41.32%
B = 57.49%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024560 (or 0x024560) is known color: Prussian Blue. HEX triplet: 02, 45 and 60. RGB value is (2,69,96). Sum of RGB (Red+Green+Blue) = 2+69+96=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #024560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024560 is #FDBA9F. Grayscale: #333333. Windows color (decimal): -16628384 or 6309122. OLE color: 6309122.

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

Color convert

RGB 2 69 96 -
CMYK 0.98 0.28 0 0.62
HSL 197.23º 0.96% 0.19% -
HSV(B) 197.23º 0.98% 0.38% -
XYZ 4.26 5.11 11.83 -
YUV 52.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 2 69 96 0.98 0.28 0 0.62 197.23 0.96 0.19
Hex 2 45 60 62 1C 0 3E C5 60 13
Octal 2 105 140 142 34 0 76 305 140 23
Binary 10 1000101 1100000 1100010 11100 0 111110 11000101 1100000 10011

Color Harmonies of #024560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024560

Black with #024560

Text Example


Text Example

White with #024560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024560; }

 p { color: rgb(2,69,96); }

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

background-color css

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

 a { background-color: rgb(2,69,96); }

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

border-color css

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

 span { border-color: rgb(2,69,96); }

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