Html Css Color HEX #002E68 Prussian Blue

📋 copy color: '#002E68'

red 0 ◦ green 46 ◦ blue 104

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

Shades of Prussian Blue #002E68

Tints of Prussian Blue #002E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 69.33%

R = 0%
G = 30.67%
B = 69.33%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002E68 (or 0x002E68) is known color: Prussian Blue. HEX triplet: 00, 2E and 68. RGB value is (0,46,104). Sum of RGB (Red+Green+Blue) = 0+46+104=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #002E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E68 is #FFD197. Grayscale: #262626. Windows color (decimal): -16765336 or 6827520. OLE color: 6827520.

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

Color convert

RGB 0 46 104 -
CMYK 1 0.56 0 0.59
HSL 213.46º 1% 0.2% -
HSV(B) 213.46º 1% 0.41% -
XYZ 3.48 2.95 13.48 -
YUV 38.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 0 46 104 1 0.56 0 0.59 213.46 1 0.2
Hex 0 2E 68 64 38 0 3B D5 64 14
Octal 0 56 150 144 70 0 73 325 144 24
Binary 0 101110 1101000 1100100 111000 0 111011 11010101 1100100 10100

Color Harmonies of #002E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E68

Black with #002E68

Text Example


Text Example

White with #002E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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