Html Css Color HEX #002E6D Prussian Blue

📋 copy color: '#002E6D'

red 0 ◦ green 46 ◦ blue 109

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

Shades of Prussian Blue #002E6D

Tints of Prussian Blue #002E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 70.32%

R = 0%
G = 29.68%
B = 70.32%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#002E6D (or 0x002E6D) is known color: Prussian Blue. HEX triplet: 00, 2E and 6D. RGB value is (0,46,109). Sum of RGB (Red+Green+Blue) = 0+46+109=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #002E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E6D is #FFD192. Grayscale: #272727. Windows color (decimal): -16765331 or 7155200. OLE color: 7155200.

HSL color Cylindrical-coordinate representation of color #002E6D: hue angle of 214.68º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E6D is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 46 109 -
CMYK 1 0.58 0 0.57
HSL 214.68º 1% 0.21% -
HSV(B) 214.68º 1% 0.43% -
XYZ 3.74 3.06 14.86 -
YUV 39.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 0 46 109 1 0.58 0 0.57 214.68 1 0.21
Hex 0 2E 6D 64 3A 0 39 D7 64 15
Octal 0 56 155 144 72 0 71 327 144 25
Binary 0 101110 1101101 1100100 111010 0 111001 11010111 1100100 10101

Color Harmonies of #002E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E6D

Black with #002E6D

Text Example


Text Example

White with #002E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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