Html Css Color HEX #023C57 Prussian Blue

📋 copy color: '#023C57'

red 2 ◦ green 60 ◦ blue 87

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

Shades of Prussian Blue #023C57

Tints of Prussian Blue #023C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.27%

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

R = 1.34%
G = 40.27%
B = 58.39%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#023C57 (or 0x023C57) is known color: Prussian Blue. HEX triplet: 02, 3C and 57. RGB value is (2,60,87). Sum of RGB (Red+Green+Blue) = 2+60+87=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #023C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C57 is #FDC3A8. Grayscale: #2D2D2D. Windows color (decimal): -16630697 or 5716994. OLE color: 5716994.

HSL color Cylindrical-coordinate representation of color #023C57: hue angle of 199.06º 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 #023C57 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 60 87 -
CMYK 0.98 0.31 0 0.66
HSL 199.06º 0.96% 0.17% -
HSV(B) 199.06º 0.98% 0.34% -
XYZ 3.36 3.93 9.6 -
YUV 45.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 2 60 87 0.98 0.31 0 0.66 199.06 0.96 0.17
Hex 2 3C 57 62 1F 0 42 C7 60 11
Octal 2 74 127 142 37 0 102 307 140 21
Binary 10 111100 1010111 1100010 11111 0 1000010 11000111 1100000 10001

Color Harmonies of #023C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C57

Black with #023C57

Text Example


Text Example

White with #023C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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