Html Css Color HEX #002E5D Prussian Blue

📋 copy color: '#002E5D'

red 0 ◦ green 46 ◦ blue 93

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

Shades of Prussian Blue #002E5D

Tints of Prussian Blue #002E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 66.91%

R = 0%
G = 33.09%
B = 66.91%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#002E5D (or 0x002E5D) is known color: Prussian Blue. HEX triplet: 00, 2E and 5D. RGB value is (0,46,93). Sum of RGB (Red+Green+Blue) = 0+46+93=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #002E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E5D is #FFD1A2. Grayscale: #252525. Windows color (decimal): -16765347 or 6106624. OLE color: 6106624.

HSL color Cylindrical-coordinate representation of color #002E5D: hue angle of 210.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E5D is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 46 93 -
CMYK 1 0.51 0 0.64
HSL 210.32º 1% 0.18% -
HSV(B) 210.32º 1% 0.36% -
XYZ 2.95 2.74 10.73 -
YUV 37.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 0 46 93 1 0.51 0 0.64 210.32 1 0.18
Hex 0 2E 5D 64 33 0 40 D2 64 12
Octal 0 56 135 144 63 0 100 322 144 22
Binary 0 101110 1011101 1100100 110011 0 1000000 11010010 1100100 10010

Color Harmonies of #002E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E5D

Black with #002E5D

Text Example


Text Example

White with #002E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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