Html Css Color HEX #002E76 Prussian Blue

📋 copy color: '#002E76'

red 0 ◦ green 46 ◦ blue 118

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

Shades of Prussian Blue #002E76

Tints of Prussian Blue #002E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 71.95%

R = 0%
G = 28.05%
B = 71.95%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#002E76 (or 0x002E76) is known color: Prussian Blue. HEX triplet: 00, 2E and 76. RGB value is (0,46,118). Sum of RGB (Red+Green+Blue) = 0+46+118=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #002E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E76 is #FFD189. Grayscale: #282828. Windows color (decimal): -16765322 or 7745024. OLE color: 7745024.

HSL color Cylindrical-coordinate representation of color #002E76: hue angle of 216.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E76 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 46 118 -
CMYK 1 0.61 0 0.54
HSL 216.61º 1% 0.23% -
HSV(B) 216.61º 1% 0.46% -
XYZ 4.25 3.26 17.55 -
YUV 40.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 0 46 118 1 0.61 0 0.54 216.61 1 0.23
Hex 0 2E 76 64 3D 0 36 D9 64 17
Octal 0 56 166 144 75 0 66 331 144 27
Binary 0 101110 1110110 1100100 111101 0 110110 11011001 1100100 10111

Color Harmonies of #002E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E76

Black with #002E76

Text Example


Text Example

White with #002E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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