Html Css Color HEX #024769 Prussian Blue

📋 copy color: '#024769'

red 2 ◦ green 71 ◦ blue 105

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

Shades of Prussian Blue #024769

Tints of Prussian Blue #024769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 1.12%
G = 39.89%
B = 58.99%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024769 (or 0x024769) is known color: Prussian Blue. HEX triplet: 02, 47 and 69. RGB value is (2,71,105). Sum of RGB (Red+Green+Blue) = 2+71+105=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #024769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024769 is #FDB896. Grayscale: #363636. Windows color (decimal): -16627863 or 6899458. OLE color: 6899458.

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

Color convert

RGB 2 71 105 -
CMYK 0.98 0.32 0 0.59
HSL 199.81º 0.96% 0.21% -
HSV(B) 199.81º 0.98% 0.41% -
XYZ 4.83 5.54 14.18 -
YUV 54.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 2 71 105 0.98 0.32 0 0.59 199.81 0.96 0.21
Hex 2 47 69 62 20 0 3B C8 60 15
Octal 2 107 151 142 40 0 73 310 140 25
Binary 10 1000111 1101001 1100010 100000 0 111011 11001000 1100000 10101

Color Harmonies of #024769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024769

Black with #024769

Text Example


Text Example

White with #024769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024769; }

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

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

background-color css

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

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

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

border-color css

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

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

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