Html Css Color HEX #023555 Prussian Blue

📋 copy color: '#023555'

red 2 ◦ green 53 ◦ blue 85

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

Shades of Prussian Blue #023555

Tints of Prussian Blue #023555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

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

R = 1.43%
G = 37.86%
B = 60.71%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023555 (or 0x023555) is known color: Prussian Blue. HEX triplet: 02, 35 and 55. RGB value is (2,53,85). Sum of RGB (Red+Green+Blue) = 2+53+85=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #023555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023555 is #FDCAAA. Grayscale: #292929. Windows color (decimal): -16632491 or 5584130. OLE color: 5584130.

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

Color convert

RGB 2 53 85 -
CMYK 0.98 0.38 0 0.67
HSL 203.13º 0.95% 0.17% -
HSV(B) 203.13º 0.98% 0.33% -
XYZ 2.94 3.21 9.06 -
YUV 41.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 2 53 85 0.98 0.38 0 0.67 203.13 0.95 0.17
Hex 2 35 55 62 26 0 43 CB 5F 11
Octal 2 65 125 142 46 0 103 313 137 21
Binary 10 110101 1010101 1100010 100110 0 1000011 11001011 1011111 10001

Color Harmonies of #023555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023555

Black with #023555

Text Example


Text Example

White with #023555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023555; }

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

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

background-color css

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

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

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

border-color css

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

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

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