Html Css Color HEX #024166 Prussian Blue

📋 copy color: '#024166'

red 2 ◦ green 65 ◦ blue 102

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

Shades of Prussian Blue #024166

Tints of Prussian Blue #024166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 1.18%
G = 38.46%
B = 60.36%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#024166 (or 0x024166) is known color: Prussian Blue. HEX triplet: 02, 41 and 66. RGB value is (2,65,102). Sum of RGB (Red+Green+Blue) = 2+65+102=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #024166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024166 is #FDBE99. Grayscale: #323232. Windows color (decimal): -16629402 or 6701314. OLE color: 6701314.

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

Color convert

RGB 2 65 102 -
CMYK 0.98 0.36 0 0.6
HSL 202.2º 0.96% 0.2% -
HSV(B) 202.2º 0.98% 0.4% -
XYZ 4.31 4.75 13.26 -
YUV 50.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 2 65 102 0.98 0.36 0 0.6 202.2 0.96 0.2
Hex 2 41 66 62 24 0 3C CA 60 14
Octal 2 101 146 142 44 0 74 312 140 24
Binary 10 1000001 1100110 1100010 100100 0 111100 11001010 1100000 10100

Color Harmonies of #024166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024166

Black with #024166

Text Example


Text Example

White with #024166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024166; }

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

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

background-color css

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

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

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

border-color css

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

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

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