#024263

Color #024263 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #024263

Tints of Prussian Blue #024263

Color information

#024263 (or 0x024263) is unknown color: approx 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

RGB26699-
CMYK0.980.3300.61
HSL200.41º96.04%19.8%-
HSV(B)200.41º97.98%38.82%-
XYZ4.234.8112.51-
YUV50.63155.393.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=1.20%
G=39.52%
B=59.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal266990.980.3300.61200.4196.0419.8
Hex24263622103Dc86014
Octal21021431424107531014024
Binary10100001011000111100010100001011110111001000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>