Html Css Color HEX #024261 Prussian Blue

📋 copy color: '#024261'

red 2 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #024261

Tints of Prussian Blue #024261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 1.21%
G = 40%
B = 58.79%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024261 (or 0x024261) is known color: Prussian Blue. HEX triplet: 02, 42 and 61. RGB value is (2,66,97). Sum of RGB (Red+Green+Blue) = 2+66+97=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #024261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024261 is #FDBD9E. Grayscale: #323232. Windows color (decimal): -16629151 or 6373890. OLE color: 6373890.

HSL color Cylindrical-coordinate representation of color #024261: hue angle of 199.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024261 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 66 97 -
CMYK 0.98 0.32 0 0.62
HSL 199.58º 0.96% 0.19% -
HSV(B) 199.58º 0.98% 0.38% -
XYZ 4.13 4.77 12.01 -
YUV 50.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 2 66 97 0.98 0.32 0 0.62 199.58 0.96 0.19
Hex 2 42 61 62 20 0 3E C8 60 13
Octal 2 102 141 142 40 0 76 310 140 23
Binary 10 1000010 1100001 1100010 100000 0 111110 11001000 1100000 10011

Color Harmonies of #024261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024261

Black with #024261

Text Example


Text Example

White with #024261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024261; }

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

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

background-color css

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

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

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

border-color css

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

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

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