Html Css Color HEX #002E74 Prussian Blue

📋 copy color: '#002E74'

red 0 ◦ green 46 ◦ blue 116

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

Shades of Prussian Blue #002E74

Tints of Prussian Blue #002E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 71.6%

R = 0%
G = 28.4%
B = 71.6%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002E74 (or 0x002E74) is known color: Prussian Blue. HEX triplet: 00, 2E and 74. RGB value is (0,46,116). Sum of RGB (Red+Green+Blue) = 0+46+116=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #002E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E74 is #FFD18B. Grayscale: #272727. Windows color (decimal): -16765324 or 7613952. OLE color: 7613952.

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

Color convert

RGB 0 46 116 -
CMYK 1 0.60 0 0.55
HSL 216.21º 1% 0.23% -
HSV(B) 216.21º 1% 0.45% -
XYZ 4.13 3.21 16.93 -
YUV 40.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 0 46 116 1 0.60 0 0.55 216.21 1 0.23
Hex 0 2E 74 64 3C 0 37 D8 64 17
Octal 0 56 164 144 74 0 67 330 144 27
Binary 0 101110 1110100 1100100 111100 0 110111 11011000 1100100 10111

Color Harmonies of #002E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E74

Black with #002E74

Text Example


Text Example

White with #002E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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