Html Css Color HEX #002C56 Prussian Blue

📋 copy color: '#002C56'

red 0 ◦ green 44 ◦ blue 86

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

Shades of Prussian Blue #002C56

Tints of Prussian Blue #002C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 66.15%

R = 0%
G = 33.85%
B = 66.15%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#002C56 (or 0x002C56) is known color: Prussian Blue. HEX triplet: 00, 2C and 56. RGB value is (0,44,86). Sum of RGB (Red+Green+Blue) = 0+44+86=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #002C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C56 is #FFD3A9. Grayscale: #232323. Windows color (decimal): -16765866 or 5647360. OLE color: 5647360.

HSL color Cylindrical-coordinate representation of color #002C56: hue angle of 209.3º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C56 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 44 86 -
CMYK 1 0.49 0 0.66
HSL 209.3º 1% 0.17% -
HSV(B) 209.3º 1% 0.34% -
XYZ 2.58 2.47 9.15 -
YUV 35.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 0 44 86 1 0.49 0 0.66 209.3 1 0.17
Hex 0 2C 56 64 31 0 42 D1 64 11
Octal 0 54 126 144 61 0 102 321 144 21
Binary 0 101100 1010110 1100100 110001 0 1000010 11010001 1100100 10001

Color Harmonies of #002C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C56

Black with #002C56

Text Example


Text Example

White with #002C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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