Html Css Color HEX #023155 Prussian Blue

📋 copy color: '#023155'

red 2 ◦ green 49 ◦ blue 85

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

Shades of Prussian Blue #023155

Tints of Prussian Blue #023155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 62.5%

R = 1.47%
G = 36.03%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023155 (or 0x023155) is known color: Prussian Blue. HEX triplet: 02, 31 and 55. RGB value is (2,49,85). Sum of RGB (Red+Green+Blue) = 2+49+85=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #023155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023155 is #FDCEAA. Grayscale: #262626. Windows color (decimal): -16633515 or 5583106. OLE color: 5583106.

HSL color Cylindrical-coordinate representation of color #023155: hue angle of 206.02º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023155 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 49 85 -
CMYK 0.98 0.42 0 0.67
HSL 206.02º 0.95% 0.17% -
HSV(B) 206.02º 0.98% 0.33% -
XYZ 2.76 2.87 9 -
YUV 39.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 2 49 85 0.98 0.42 0 0.67 206.02 0.95 0.17
Hex 2 31 55 62 2A 0 43 CE 5F 11
Octal 2 61 125 142 52 0 103 316 137 21
Binary 10 110001 1010101 1100010 101010 0 1000011 11001110 1011111 10001

Color Harmonies of #023155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023155

Black with #023155

Text Example


Text Example

White with #023155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023155; }

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

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

background-color css

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

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

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

border-color css

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

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

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