Html Css Color HEX #002E75 Prussian Blue

📋 copy color: '#002E75'

red 0 ◦ green 46 ◦ blue 117

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

Shades of Prussian Blue #002E75

Tints of Prussian Blue #002E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.78%

R = 0%
G = 28.22%
B = 71.78%

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

#002E75 (or 0x002E75) is known color: Prussian Blue. HEX triplet: 00, 2E and 75. RGB value is (0,46,117). Sum of RGB (Red+Green+Blue) = 0+46+117=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #002E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E75 is #FFD18A. Grayscale: #282828. Windows color (decimal): -16765323 or 7679488. OLE color: 7679488.

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

Color convert

RGB 0 46 117 -
CMYK 1 0.61 0 0.54
HSL 216.41º 1% 0.23% -
HSV(B) 216.41º 1% 0.46% -
XYZ 4.19 3.24 17.23 -
YUV 40.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 0 46 117 1 0.61 0 0.54 216.41 1 0.23
Hex 0 2E 75 64 3D 0 36 D8 64 17
Octal 0 56 165 144 75 0 66 330 144 27
Binary 0 101110 1110101 1100100 111101 0 110110 11011000 1100100 10111

Color Harmonies of #002E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E75

Black with #002E75

Text Example


Text Example

White with #002E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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