Html Css Color HEX #023059 Prussian Blue

📋 copy color: '#023059'

red 2 ◦ green 48 ◦ blue 89

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

Shades of Prussian Blue #023059

Tints of Prussian Blue #023059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

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

R = 1.44%
G = 34.53%
B = 64.03%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023059 (or 0x023059) is known color: Prussian Blue. HEX triplet: 02, 30 and 59. RGB value is (2,48,89). Sum of RGB (Red+Green+Blue) = 2+48+89=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #023059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023059 is #FDCFA6. Grayscale: #262626. Windows color (decimal): -16633767 or 5844994. OLE color: 5844994.

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

Color convert

RGB 2 48 89 -
CMYK 0.98 0.46 0 0.65
HSL 208.28º 0.96% 0.18% -
HSV(B) 208.28º 0.98% 0.35% -
XYZ 2.89 2.85 9.85 -
YUV 38.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 2 48 89 0.98 0.46 0 0.65 208.28 0.96 0.18
Hex 2 30 59 62 2E 0 41 D0 60 12
Octal 2 60 131 142 56 0 101 320 140 22
Binary 10 110000 1011001 1100010 101110 0 1000001 11010000 1100000 10010

Color Harmonies of #023059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023059

Black with #023059

Text Example


Text Example

White with #023059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023059; }

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

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

background-color css

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

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

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

border-color css

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

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

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