Html Css Color HEX #024469 Prussian Blue

📋 copy color: '#024469'

red 2 ◦ green 68 ◦ blue 105

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

Shades of Prussian Blue #024469

Tints of Prussian Blue #024469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60%

R = 1.14%
G = 38.86%
B = 60%

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

#024469 (or 0x024469) is known color: Prussian Blue. HEX triplet: 02, 44 and 69. RGB value is (2,68,105). Sum of RGB (Red+Green+Blue) = 2+68+105=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #024469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024469 is #FDBB96. Grayscale: #343434. Windows color (decimal): -16628631 or 6898690. OLE color: 6898690.

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

Color convert

RGB 2 68 105 -
CMYK 0.98 0.35 0 0.59
HSL 201.55º 0.96% 0.21% -
HSV(B) 201.55º 0.98% 0.41% -
XYZ 4.64 5.17 14.12 -
YUV 52.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 2 68 105 0.98 0.35 0 0.59 201.55 0.96 0.21
Hex 2 44 69 62 23 0 3B CA 60 15
Octal 2 104 151 142 43 0 73 312 140 25
Binary 10 1000100 1101001 1100010 100011 0 111011 11001010 1100000 10101

Color Harmonies of #024469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024469

Black with #024469

Text Example


Text Example

White with #024469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024469; }

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

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

background-color css

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

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

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

border-color css

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

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

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