Html Css Color HEX #003553 Prussian Blue

📋 copy color: '#003553'

red 0 ◦ green 53 ◦ blue 83

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

Shades of Prussian Blue #003553

Tints of Prussian Blue #003553

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 0%
G = 38.97%
B = 61.03%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003553 (or 0x003553) is known color: Prussian Blue. HEX triplet: 00, 35 and 53. RGB value is (0,53,83). Sum of RGB (Red+Green+Blue) = 0+53+83=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #003553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003553 is #FFCAAC. Grayscale: #282828. Windows color (decimal): -16763565 or 5453056. OLE color: 5453056.

HSL color Cylindrical-coordinate representation of color #003553: hue angle of 201.69º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003553 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 53 83 -
CMYK 1 0.36 0 0.67
HSL 201.69º 1% 0.16% -
HSV(B) 201.69º 1% 0.33% -
XYZ 2.83 3.17 8.65 -
YUV 40.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 0 53 83 1 0.36 0 0.67 201.69 1 0.16
Hex 0 35 53 64 24 0 43 CA 64 10
Octal 0 65 123 144 44 0 103 312 144 20
Binary 0 110101 1010011 1100100 100100 0 1000011 11001010 1100100 10000

Color Harmonies of #003553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003553

Black with #003553

Text Example


Text Example

White with #003553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003553; }

 p { color: rgb(0,53,83); }

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

background-color css

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

 a { background-color: rgb(0,53,83); }

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

border-color css

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

 span { border-color: rgb(0,53,83); }

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