Html Css Color HEX #023B57 Prussian Blue

📋 copy color: '#023B57'

red 2 ◦ green 59 ◦ blue 87

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

Shades of Prussian Blue #023B57

Tints of Prussian Blue #023B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.86%

 BLUE value IS 87 (34.38% from 255) = 58.78%

R = 1.35%
G = 39.86%
B = 58.78%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#023B57 (or 0x023B57) is known color: Prussian Blue. HEX triplet: 02, 3B and 57. RGB value is (2,59,87). Sum of RGB (Red+Green+Blue) = 2+59+87=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #023B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B57 is #FDC4A8. Grayscale: #2C2C2C. Windows color (decimal): -16630953 or 5716738. OLE color: 5716738.

HSL color Cylindrical-coordinate representation of color #023B57: hue angle of 199.76º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B57 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 59 87 -
CMYK 0.98 0.32 0 0.66
HSL 199.76º 0.96% 0.17% -
HSV(B) 199.76º 0.98% 0.34% -
XYZ 3.31 3.83 9.58 -
YUV 45.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 2 59 87 0.98 0.32 0 0.66 199.76 0.96 0.17
Hex 2 3B 57 62 20 0 42 C8 60 11
Octal 2 73 127 142 40 0 102 310 140 21
Binary 10 111011 1010111 1100010 100000 0 1000010 11001000 1100000 10001

Color Harmonies of #023B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B57

Black with #023B57

Text Example


Text Example

White with #023B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023B57; }

 p { color: rgb(2,59,87); }

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

background-color css

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

 a { background-color: rgb(2,59,87); }

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

border-color css

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

 span { border-color: rgb(2,59,87); }

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