Html Css Color HEX #024564 Prussian Blue

📋 copy color: '#024564'

red 2 ◦ green 69 ◦ blue 100

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

Shades of Prussian Blue #024564

Tints of Prussian Blue #024564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 58.48%

R = 1.17%
G = 40.35%
B = 58.48%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#024564 (or 0x024564) is known color: Prussian Blue. HEX triplet: 02, 45 and 64. RGB value is (2,69,100). Sum of RGB (Red+Green+Blue) = 2+69+100=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #024564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024564 is #FDBA9B. Grayscale: #343434. Windows color (decimal): -16628380 or 6571266. OLE color: 6571266.

HSL color Cylindrical-coordinate representation of color #024564: hue angle of 198.98º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024564 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 69 100 -
CMYK 0.98 0.31 0 0.61
HSL 198.98º 0.96% 0.2% -
HSV(B) 198.98º 0.98% 0.39% -
XYZ 4.45 5.19 12.82 -
YUV 52.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 2 69 100 0.98 0.31 0 0.61 198.98 0.96 0.2
Hex 2 45 64 62 1F 0 3D C7 60 14
Octal 2 105 144 142 37 0 75 307 140 24
Binary 10 1000101 1100100 1100010 11111 0 111101 11000111 1100000 10100

Color Harmonies of #024564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024564

Black with #024564

Text Example


Text Example

White with #024564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024564; }

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

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

background-color css

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

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

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

border-color css

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

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

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