Html Css Color HEX #024263 Prussian Blue

📋 copy color: '#024263'

red 2 ◦ green 66 ◦ blue 99

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

Shades of Prussian Blue #024263

Tints of Prussian Blue #024263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 59.28%

R = 1.2%
G = 39.52%
B = 59.28%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#024263 (or 0x024263) is known color: Prussian Blue. HEX triplet: 02, 42 and 63. RGB value is (2,66,99). Sum of RGB (Red+Green+Blue) = 2+66+99=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #024263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024263 is #FDBD9C. Grayscale: #323232. Windows color (decimal): -16629149 or 6504962. OLE color: 6504962.

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

Color convert

RGB 2 66 99 -
CMYK 0.98 0.33 0 0.61
HSL 200.41º 0.96% 0.2% -
HSV(B) 200.41º 0.98% 0.39% -
XYZ 4.23 4.81 12.51 -
YUV 50.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 2 66 99 0.98 0.33 0 0.61 200.41 0.96 0.2
Hex 2 42 63 62 21 0 3D C8 60 14
Octal 2 102 143 142 41 0 75 310 140 24
Binary 10 1000010 1100011 1100010 100001 0 111101 11001000 1100000 10100

Color Harmonies of #024263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024263

Black with #024263

Text Example


Text Example

White with #024263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024263; }

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

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

background-color css

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

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

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

border-color css

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

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

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