Html Css Color HEX #024965 Prussian Blue

📋 copy color: '#024965'

red 2 ◦ green 73 ◦ blue 101

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

Shades of Prussian Blue #024965

Tints of Prussian Blue #024965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 1.14%
G = 41.48%
B = 57.39%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#024965 (or 0x024965) is known color: Prussian Blue. HEX triplet: 02, 49 and 65. RGB value is (2,73,101). Sum of RGB (Red+Green+Blue) = 2+73+101=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #024965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024965 is #FDB69A. Grayscale: #363636. Windows color (decimal): -16627355 or 6637826. OLE color: 6637826.

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

Color convert

RGB 2 73 101 -
CMYK 0.98 0.28 0 0.60
HSL 196.97º 0.96% 0.2% -
HSV(B) 196.97º 0.98% 0.4% -
XYZ 4.76 5.72 13.16 -
YUV 54.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 2 73 101 0.98 0.28 0 0.60 196.97 0.96 0.2
Hex 2 49 65 62 1C 0 3C C5 60 14
Octal 2 111 145 142 34 0 74 305 140 24
Binary 10 1001001 1100101 1100010 11100 0 111100 11000101 1100000 10100

Color Harmonies of #024965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024965

Black with #024965

Text Example


Text Example

White with #024965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024965; }

 p { color: rgb(2,73,101); }

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

background-color css

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

 a { background-color: rgb(2,73,101); }

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

border-color css

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

 span { border-color: rgb(2,73,101); }

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