Html Css Color HEX #024069 Prussian Blue

📋 copy color: '#024069'

red 2 ◦ green 64 ◦ blue 105

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

Shades of Prussian Blue #024069

Tints of Prussian Blue #024069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 1.17%
G = 37.43%
B = 61.4%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024069 (or 0x024069) is known color: Prussian Blue. HEX triplet: 02, 40 and 69. RGB value is (2,64,105). Sum of RGB (Red+Green+Blue) = 2+64+105=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #024069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024069 is #FDBF96. Grayscale: #313131. Windows color (decimal): -16629655 or 6897666. OLE color: 6897666.

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

Color convert

RGB 2 64 105 -
CMYK 0.98 0.39 0 0.59
HSL 203.88º 0.96% 0.21% -
HSV(B) 203.88º 0.98% 0.41% -
XYZ 4.41 4.7 14.04 -
YUV 50.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 2 64 105 0.98 0.39 0 0.59 203.88 0.96 0.21
Hex 2 40 69 62 27 0 3B CC 60 15
Octal 2 100 151 142 47 0 73 314 140 25
Binary 10 1000000 1101001 1100010 100111 0 111011 11001100 1100000 10101

Color Harmonies of #024069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024069

Black with #024069

Text Example


Text Example

White with #024069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024069; }

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

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

background-color css

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

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

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

border-color css

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

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

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