Html Css Color HEX #023559 Prussian Blue

📋 copy color: '#023559'

red 2 ◦ green 53 ◦ blue 89

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

Shades of Prussian Blue #023559

Tints of Prussian Blue #023559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 89 (35.16% from 255) = 61.81%

R = 1.39%
G = 36.81%
B = 61.81%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023559 (or 0x023559) is known color: Prussian Blue. HEX triplet: 02, 35 and 59. RGB value is (2,53,89). Sum of RGB (Red+Green+Blue) = 2+53+89=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #023559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023559 is #FDCAA6. Grayscale: #292929. Windows color (decimal): -16632487 or 5846274. OLE color: 5846274.

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

Color convert

RGB 2 53 89 -
CMYK 0.98 0.40 0 0.65
HSL 204.83º 0.96% 0.18% -
HSV(B) 204.83º 0.98% 0.35% -
XYZ 3.1 3.28 9.92 -
YUV 41.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 2 53 89 0.98 0.40 0 0.65 204.83 0.96 0.18
Hex 2 35 59 62 28 0 41 CD 60 12
Octal 2 65 131 142 50 0 101 315 140 22
Binary 10 110101 1011001 1100010 101000 0 1000001 11001101 1100000 10010

Color Harmonies of #023559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023559

Black with #023559

Text Example


Text Example

White with #023559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023559; }

 p { color: rgb(2,53,89); }

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

background-color css

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

 a { background-color: rgb(2,53,89); }

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

border-color css

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

 span { border-color: rgb(2,53,89); }

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