Html Css Color HEX #023560 Prussian Blue

📋 copy color: '#023560'

red 2 ◦ green 53 ◦ blue 96

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

Shades of Prussian Blue #023560

Tints of Prussian Blue #023560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 63.58%

R = 1.32%
G = 35.1%
B = 63.58%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#023560 (or 0x023560) is known color: Prussian Blue. HEX triplet: 02, 35 and 60. RGB value is (2,53,96). Sum of RGB (Red+Green+Blue) = 2+53+96=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #023560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023560 is #FDCA9F. Grayscale: #2A2A2A. Windows color (decimal): -16632480 or 6305026. OLE color: 6305026.

HSL color Cylindrical-coordinate representation of color #023560: hue angle of 207.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023560 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 53 96 -
CMYK 0.98 0.45 0 0.62
HSL 207.45º 0.96% 0.19% -
HSV(B) 207.45º 0.98% 0.38% -
XYZ 3.41 3.4 11.54 -
YUV 42.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 2 53 96 0.98 0.45 0 0.62 207.45 0.96 0.19
Hex 2 35 60 62 2D 0 3E CF 60 13
Octal 2 65 140 142 55 0 76 317 140 23
Binary 10 110101 1100000 1100010 101101 0 111110 11001111 1100000 10011

Color Harmonies of #023560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023560

Black with #023560

Text Example


Text Example

White with #023560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023560; }

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

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

background-color css

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

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

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

border-color css

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

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

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