Html Css Color HEX #023B59 Prussian Blue

📋 copy color: '#023B59'

red 2 ◦ green 59 ◦ blue 89

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

Shades of Prussian Blue #023B59

Tints of Prussian Blue #023B59

RGB

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

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

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

R = 1.33%
G = 39.33%
B = 59.33%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023B59 (or 0x023B59) is known color: Prussian Blue. HEX triplet: 02, 3B and 59. RGB value is (2,59,89). Sum of RGB (Red+Green+Blue) = 2+59+89=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #023B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B59 is #FDC4A6. Grayscale: #2D2D2D. Windows color (decimal): -16630951 or 5847810. OLE color: 5847810.

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

Color convert

RGB 2 59 89 -
CMYK 0.98 0.34 0 0.65
HSL 200.69º 0.96% 0.18% -
HSV(B) 200.69º 0.98% 0.35% -
XYZ 3.39 3.86 10.02 -
YUV 45.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 2 59 89 0.98 0.34 0 0.65 200.69 0.96 0.18
Hex 2 3B 59 62 22 0 41 C9 60 12
Octal 2 73 131 142 42 0 101 311 140 22
Binary 10 111011 1011001 1100010 100010 0 1000001 11001001 1100000 10010

Color Harmonies of #023B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B59

Black with #023B59

Text Example


Text Example

White with #023B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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