Html Css Color HEX #024561 Prussian Blue

📋 copy color: '#024561'

red 2 ◦ green 69 ◦ blue 97

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

Shades of Prussian Blue #024561

Tints of Prussian Blue #024561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.74%

R = 1.19%
G = 41.07%
B = 57.74%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024561 (or 0x024561) is known color: Prussian Blue. HEX triplet: 02, 45 and 61. RGB value is (2,69,97). Sum of RGB (Red+Green+Blue) = 2+69+97=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #024561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024561 is #FDBA9E. Grayscale: #333333. Windows color (decimal): -16628383 or 6374658. OLE color: 6374658.

HSL color Cylindrical-coordinate representation of color #024561: hue angle of 197.68º 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 #024561 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 69 97 -
CMYK 0.98 0.29 0 0.62
HSL 197.68º 0.96% 0.19% -
HSV(B) 197.68º 0.98% 0.38% -
XYZ 4.31 5.13 12.07 -
YUV 52.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 2 69 97 0.98 0.29 0 0.62 197.68 0.96 0.19
Hex 2 45 61 62 1D 0 3E C6 60 13
Octal 2 105 141 142 35 0 76 306 140 23
Binary 10 1000101 1100001 1100010 11101 0 111110 11000110 1100000 10011

Color Harmonies of #024561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024561

Black with #024561

Text Example


Text Example

White with #024561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024561; }

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

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

background-color css

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

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

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

border-color css

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

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

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