Html Css Color HEX #024764 Prussian Blue

📋 copy color: '#024764'

red 2 ◦ green 71 ◦ blue 100

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

Shades of Prussian Blue #024764

Tints of Prussian Blue #024764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.04%

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

R = 1.16%
G = 41.04%
B = 57.8%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#024764 (or 0x024764) is known color: Prussian Blue. HEX triplet: 02, 47 and 64. RGB value is (2,71,100). Sum of RGB (Red+Green+Blue) = 2+71+100=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #024764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024764 is #FDB89B. Grayscale: #353535. Windows color (decimal): -16627868 or 6571778. OLE color: 6571778.

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

Color convert

RGB 2 71 100 -
CMYK 0.98 0.29 0 0.61
HSL 197.76º 0.96% 0.2% -
HSV(B) 197.76º 0.98% 0.39% -
XYZ 4.58 5.44 12.87 -
YUV 53.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 2 71 100 0.98 0.29 0 0.61 197.76 0.96 0.2
Hex 2 47 64 62 1D 0 3D C6 60 14
Octal 2 107 144 142 35 0 75 306 140 24
Binary 10 1000111 1100100 1100010 11101 0 111101 11000110 1100000 10100

Color Harmonies of #024764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024764

Black with #024764

Text Example


Text Example

White with #024764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024764; }

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

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

background-color css

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

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

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

border-color css

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

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

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