Html Css Color HEX #024066 Prussian Blue

📋 copy color: '#024066'

red 2 ◦ green 64 ◦ blue 102

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

Shades of Prussian Blue #024066

Tints of Prussian Blue #024066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

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

R = 1.19%
G = 38.1%
B = 60.71%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#024066 (or 0x024066) is known color: Prussian Blue. HEX triplet: 02, 40 and 66. RGB value is (2,64,102). Sum of RGB (Red+Green+Blue) = 2+64+102=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #024066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024066 is #FDBF99. Grayscale: #313131. Windows color (decimal): -16629658 or 6701058. OLE color: 6701058.

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

Color convert

RGB 2 64 102 -
CMYK 0.98 0.37 0 0.6
HSL 202.8º 0.96% 0.2% -
HSV(B) 202.8º 0.98% 0.4% -
XYZ 4.26 4.64 13.24 -
YUV 49.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 2 64 102 0.98 0.37 0 0.6 202.8 0.96 0.2
Hex 2 40 66 62 25 0 3C CB 60 14
Octal 2 100 146 142 45 0 74 313 140 24
Binary 10 1000000 1100110 1100010 100101 0 111100 11001011 1100000 10100

Color Harmonies of #024066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024066

Black with #024066

Text Example


Text Example

White with #024066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024066; }

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

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

background-color css

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

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

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

border-color css

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

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

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