Html Css Color HEX #024565 Prussian Blue

📋 copy color: '#024565'

red 2 ◦ green 69 ◦ blue 101

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

Shades of Prussian Blue #024565

Tints of Prussian Blue #024565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 101 (39.84% from 255) = 58.72%

R = 1.16%
G = 40.12%
B = 58.72%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#024565 (or 0x024565) is known color: Prussian Blue. HEX triplet: 02, 45 and 65. RGB value is (2,69,101). Sum of RGB (Red+Green+Blue) = 2+69+101=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #024565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024565 is #FDBA9A. Grayscale: #343434. Windows color (decimal): -16628379 or 6636802. OLE color: 6636802.

HSL color Cylindrical-coordinate representation of color #024565: hue angle of 199.39º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024565 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 69 101 -
CMYK 0.98 0.32 0 0.60
HSL 199.39º 0.96% 0.2% -
HSV(B) 199.39º 0.98% 0.4% -
XYZ 4.5 5.21 13.08 -
YUV 52.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 2 69 101 0.98 0.32 0 0.60 199.39 0.96 0.2
Hex 2 45 65 62 20 0 3C C7 60 14
Octal 2 105 145 142 40 0 74 307 140 24
Binary 10 1000101 1100101 1100010 100000 0 111100 11000111 1100000 10100

Color Harmonies of #024565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024565

Black with #024565

Text Example


Text Example

White with #024565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024565; }

 p { color: rgb(2,69,101); }

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

background-color css

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

 a { background-color: rgb(2,69,101); }

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

border-color css

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

 span { border-color: rgb(2,69,101); }

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