Html Css Color HEX #024468 Prussian Blue

📋 copy color: '#024468'

red 2 ◦ green 68 ◦ blue 104

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

Shades of Prussian Blue #024468

Tints of Prussian Blue #024468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

 BLUE value IS 104 (41.02% from 255) = 59.77%

R = 1.15%
G = 39.08%
B = 59.77%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024468 (or 0x024468) is known color: Prussian Blue. HEX triplet: 02, 44 and 68. RGB value is (2,68,104). Sum of RGB (Red+Green+Blue) = 2+68+104=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #024468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024468 is #FDBB97. Grayscale: #343434. Windows color (decimal): -16628632 or 6833154. OLE color: 6833154.

HSL color Cylindrical-coordinate representation of color #024468: hue angle of 201.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024468 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 68 104 -
CMYK 0.98 0.35 0 0.59
HSL 201.18º 0.96% 0.21% -
HSV(B) 201.18º 0.98% 0.41% -
XYZ 4.59 5.15 13.85 -
YUV 52.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 2 68 104 0.98 0.35 0 0.59 201.18 0.96 0.21
Hex 2 44 68 62 23 0 3B C9 60 15
Octal 2 104 150 142 43 0 73 311 140 25
Binary 10 1000100 1101000 1100010 100011 0 111011 11001001 1100000 10101

Color Harmonies of #024468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024468

Black with #024468

Text Example


Text Example

White with #024468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024468; }

 p { color: rgb(2,68,104); }

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

background-color css

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

 a { background-color: rgb(2,68,104); }

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

border-color css

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

 span { border-color: rgb(2,68,104); }

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