Html Css Color HEX #024262 Prussian Blue

📋 copy color: '#024262'

red 2 ◦ green 66 ◦ blue 98

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

Shades of Prussian Blue #024262

Tints of Prussian Blue #024262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 1.2%
G = 39.76%
B = 59.04%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024262 (or 0x024262) is known color: Prussian Blue. HEX triplet: 02, 42 and 62. RGB value is (2,66,98). Sum of RGB (Red+Green+Blue) = 2+66+98=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #024262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024262 is #FDBD9D. Grayscale: #323232. Windows color (decimal): -16629150 or 6439426. OLE color: 6439426.

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

Color convert

RGB 2 66 98 -
CMYK 0.98 0.33 0 0.62
HSL 200º 0.96% 0.2% -
HSV(B) 200º 0.98% 0.38% -
XYZ 4.18 4.79 12.26 -
YUV 50.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 2 66 98 0.98 0.33 0 0.62 200 0.96 0.2
Hex 2 42 62 62 21 0 3E C8 60 14
Octal 2 102 142 142 41 0 76 310 140 24
Binary 10 1000010 1100010 1100010 100001 0 111110 11001000 1100000 10100

Color Harmonies of #024262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024262

Black with #024262

Text Example


Text Example

White with #024262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024262; }

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

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

background-color css

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

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

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

border-color css

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

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

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