Html Css Color HEX #023159 Prussian Blue

📋 copy color: '#023159'

red 2 ◦ green 49 ◦ blue 89

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

Shades of Prussian Blue #023159

Tints of Prussian Blue #023159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

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

R = 1.43%
G = 35%
B = 63.57%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023159 (or 0x023159) is known color: Prussian Blue. HEX triplet: 02, 31 and 59. RGB value is (2,49,89). Sum of RGB (Red+Green+Blue) = 2+49+89=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #023159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023159 is #FDCEA6. Grayscale: #272727. Windows color (decimal): -16633511 or 5845250. OLE color: 5845250.

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

Color convert

RGB 2 49 89 -
CMYK 0.98 0.45 0 0.65
HSL 207.59º 0.96% 0.18% -
HSV(B) 207.59º 0.98% 0.35% -
XYZ 2.93 2.93 9.86 -
YUV 39.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 2 49 89 0.98 0.45 0 0.65 207.59 0.96 0.18
Hex 2 31 59 62 2D 0 41 D0 60 12
Octal 2 61 131 142 55 0 101 320 140 22
Binary 10 110001 1011001 1100010 101101 0 1000001 11010000 1100000 10010

Color Harmonies of #023159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023159

Black with #023159

Text Example


Text Example

White with #023159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023159; }

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

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

background-color css

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

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

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

border-color css

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

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

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