Html Css Color HEX #024266 Prussian Blue

📋 copy color: '#024266'

red 2 ◦ green 66 ◦ blue 102

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

Shades of Prussian Blue #024266

Tints of Prussian Blue #024266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 1.18%
G = 38.82%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#024266 (or 0x024266) is known color: Prussian Blue. HEX triplet: 02, 42 and 66. RGB value is (2,66,102). Sum of RGB (Red+Green+Blue) = 2+66+102=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #024266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024266 is #FDBD99. Grayscale: #323232. Windows color (decimal): -16629146 or 6701570. OLE color: 6701570.

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

Color convert

RGB 2 66 102 -
CMYK 0.98 0.35 0 0.6
HSL 201.6º 0.96% 0.2% -
HSV(B) 201.6º 0.98% 0.4% -
XYZ 4.37 4.87 13.28 -
YUV 50.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 2 66 102 0.98 0.35 0 0.6 201.6 0.96 0.2
Hex 2 42 66 62 23 0 3C CA 60 14
Octal 2 102 146 142 43 0 74 312 140 24
Binary 10 1000010 1100110 1100010 100011 0 111100 11001010 1100000 10100

Color Harmonies of #024266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024266

Black with #024266

Text Example


Text Example

White with #024266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024266; }

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

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

background-color css

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

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

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

border-color css

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

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

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