Html Css Color HEX #002E67 Prussian Blue

📋 copy color: '#002E67'

red 0 ◦ green 46 ◦ blue 103

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

Shades of Prussian Blue #002E67

Tints of Prussian Blue #002E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 69.13%

R = 0%
G = 30.87%
B = 69.13%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002E67 (or 0x002E67) is known color: Prussian Blue. HEX triplet: 00, 2E and 67. RGB value is (0,46,103). Sum of RGB (Red+Green+Blue) = 0+46+103=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 103 (40.62% from 255 or 69.13% from 149); Max value from RGB is 103 - color contains mainly: blue. Hex color #002E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E67 is #FFD198. Grayscale: #262626. Windows color (decimal): -16765337 or 6761984. OLE color: 6761984.

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

Color convert

RGB 0 46 103 -
CMYK 1 0.55 0 0.60
HSL 213.2º 1% 0.2% -
HSV(B) 213.2º 1% 0.4% -
XYZ 3.43 2.93 13.22 -
YUV 38.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 0 46 103 1 0.55 0 0.60 213.2 1 0.2
Hex 0 2E 67 64 37 0 3C D5 64 14
Octal 0 56 147 144 67 0 74 325 144 24
Binary 0 101110 1100111 1100100 110111 0 111100 11010101 1100100 10100

Color Harmonies of #002E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E67

Black with #002E67

Text Example


Text Example

White with #002E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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