Html Css Color HEX #024966 Prussian Blue

📋 copy color: '#024966'

red 2 ◦ green 73 ◦ blue 102

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

Shades of Prussian Blue #024966

Tints of Prussian Blue #024966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 57.63%

R = 1.13%
G = 41.24%
B = 57.63%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#024966 (or 0x024966) is known color: Prussian Blue. HEX triplet: 02, 49 and 66. RGB value is (2,73,102). Sum of RGB (Red+Green+Blue) = 2+73+102=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #024966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024966 is #FDB699. Grayscale: #363636. Windows color (decimal): -16627354 or 6703362. OLE color: 6703362.

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

Color convert

RGB 2 73 102 -
CMYK 0.98 0.28 0 0.6
HSL 197.4º 0.96% 0.2% -
HSV(B) 197.4º 0.98% 0.4% -
XYZ 4.81 5.74 13.42 -
YUV 55.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 2 73 102 0.98 0.28 0 0.6 197.4 0.96 0.2
Hex 2 49 66 62 1C 0 3C C5 60 14
Octal 2 111 146 142 34 0 74 305 140 24
Binary 10 1001001 1100110 1100010 11100 0 111100 11000101 1100000 10100

Color Harmonies of #024966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024966

Black with #024966

Text Example


Text Example

White with #024966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024966; }

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

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

background-color css

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

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

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

border-color css

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

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

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