Html Css Color HEX #024363 Prussian Blue

📋 copy color: '#024363'

red 2 ◦ green 67 ◦ blue 99

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

Shades of Prussian Blue #024363

Tints of Prussian Blue #024363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

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

R = 1.19%
G = 39.88%
B = 58.93%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#024363 (or 0x024363) is known color: Prussian Blue. HEX triplet: 02, 43 and 63. RGB value is (2,67,99). Sum of RGB (Red+Green+Blue) = 2+67+99=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #024363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024363 is #FDBC9C. Grayscale: #333333. Windows color (decimal): -16628893 or 6505218. OLE color: 6505218.

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

Color convert

RGB 2 67 99 -
CMYK 0.98 0.32 0 0.61
HSL 199.79º 0.96% 0.2% -
HSV(B) 199.79º 0.98% 0.39% -
XYZ 4.28 4.93 12.53 -
YUV 51.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 2 67 99 0.98 0.32 0 0.61 199.79 0.96 0.2
Hex 2 43 63 62 20 0 3D C8 60 14
Octal 2 103 143 142 40 0 75 310 140 24
Binary 10 1000011 1100011 1100010 100000 0 111101 11001000 1100000 10100

Color Harmonies of #024363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024363

Black with #024363

Text Example


Text Example

White with #024363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024363; }

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

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

background-color css

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

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

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

border-color css

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

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

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