Html Css Color HEX #00295D Prussian Blue

📋 copy color: '#00295D'

red 0 ◦ green 41 ◦ blue 93

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

Shades of Prussian Blue #00295D

Tints of Prussian Blue #00295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

 BLUE value IS 93 (36.72% from 255) = 69.4%

R = 0%
G = 30.6%
B = 69.4%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00295D (or 0x00295D) is known color: Prussian Blue. HEX triplet: 00, 29 and 5D. RGB value is (0,41,93). Sum of RGB (Red+Green+Blue) = 0+41+93=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #00295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00295D is #FFD6A2. Grayscale: #222222. Windows color (decimal): -16766627 or 6105344. OLE color: 6105344.

HSL color Cylindrical-coordinate representation of color #00295D: hue angle of 213.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00295D is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 41 93 -
CMYK 1 0.56 0 0.64
HSL 213.55º 1% 0.18% -
HSV(B) 213.55º 1% 0.36% -
XYZ 2.77 2.38 10.67 -
YUV 34.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 0 41 93 1 0.56 0 0.64 213.55 1 0.18
Hex 0 29 5D 64 38 0 40 D6 64 12
Octal 0 51 135 144 70 0 100 326 144 22
Binary 0 101001 1011101 1100100 111000 0 1000000 11010110 1100100 10010

Color Harmonies of #00295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00295D

Black with #00295D

Text Example


Text Example

White with #00295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00295D; }

 p { color: rgb(0,41,93); }

 H1.HeaderClassName
 {
   color: #00295D;
 }
 .AnyTagClassName
 {
   color: #00295D;
 }
</style>

background-color css

<style>
 a { background-color: #00295D; }

 a { background-color: rgb(0,41,93); }

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

border-color css

<style>
 span { border-color: #00295D; }

 span { border-color: rgb(0,41,93); }

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