Html Css Color HEX #002E56 Prussian Blue

📋 copy color: '#002E56'

red 0 ◦ green 46 ◦ blue 86

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

Shades of Prussian Blue #002E56

Tints of Prussian Blue #002E56

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.85%

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

R = 0%
G = 34.85%
B = 65.15%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#002E56 (or 0x002E56) is known color: Prussian Blue. HEX triplet: 00, 2E and 56. RGB value is (0,46,86). Sum of RGB (Red+Green+Blue) = 0+46+86=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #002E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E56 is #FFD1A9. Grayscale: #242424. Windows color (decimal): -16765354 or 5647872. OLE color: 5647872.

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

Color convert

RGB 0 46 86 -
CMYK 1 0.47 0 0.66
HSL 207.91º 1% 0.17% -
HSV(B) 207.91º 1% 0.34% -
XYZ 2.66 2.63 9.17 -
YUV 36.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 0 46 86 1 0.47 0 0.66 207.91 1 0.17
Hex 0 2E 56 64 2F 0 42 D0 64 11
Octal 0 56 126 144 57 0 102 320 144 21
Binary 0 101110 1010110 1100100 101111 0 1000010 11010000 1100100 10001

Color Harmonies of #002E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E56

Black with #002E56

Text Example


Text Example

White with #002E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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