Html Css Color HEX #002C53 Prussian Blue

📋 copy color: '#002C53'

red 0 ◦ green 44 ◦ blue 83

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

Shades of Prussian Blue #002C53

Tints of Prussian Blue #002C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.65%

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

R = 0%
G = 34.65%
B = 65.35%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#002C53 (or 0x002C53) is known color: Prussian Blue. HEX triplet: 00, 2C and 53. RGB value is (0,44,83). Sum of RGB (Red+Green+Blue) = 0+44+83=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #002C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C53 is #FFD3AC. Grayscale: #232323. Windows color (decimal): -16765869 or 5450752. OLE color: 5450752.

HSL color Cylindrical-coordinate representation of color #002C53: hue angle of 208.19º 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 #002C53 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 44 83 -
CMYK 1 0.47 0 0.67
HSL 208.19º 1% 0.16% -
HSV(B) 208.19º 1% 0.33% -
XYZ 2.46 2.43 8.52 -
YUV 35.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 0 44 83 1 0.47 0 0.67 208.19 1 0.16
Hex 0 2C 53 64 2F 0 43 D0 64 10
Octal 0 54 123 144 57 0 103 320 144 20
Binary 0 101100 1010011 1100100 101111 0 1000011 11010000 1100100 10000

Color Harmonies of #002C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C53

Black with #002C53

Text Example


Text Example

White with #002C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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