Html Css Color HEX #00295F Prussian Blue

📋 copy color: '#00295F'

red 0 ◦ green 41 ◦ blue 95

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

Shades of Prussian Blue #00295F

Tints of Prussian Blue #00295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 69.85%

R = 0%
G = 30.15%
B = 69.85%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00295F (or 0x00295F) is known color: Prussian Blue. HEX triplet: 00, 29 and 5F. RGB value is (0,41,95). Sum of RGB (Red+Green+Blue) = 0+41+95=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #00295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00295F is #FFD6A0. Grayscale: #222222. Windows color (decimal): -16766625 or 6236416. OLE color: 6236416.

HSL color Cylindrical-coordinate representation of color #00295F: hue angle of 214.11º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00295F is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 41 95 -
CMYK 1 0.57 0 0.63
HSL 214.11º 1% 0.19% -
HSV(B) 214.11º 1% 0.37% -
XYZ 2.86 2.41 11.14 -
YUV 34.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 0 41 95 1 0.57 0 0.63 214.11 1 0.19
Hex 0 29 5F 64 39 0 3F D6 64 13
Octal 0 51 137 144 71 0 77 326 144 23
Binary 0 101001 1011111 1100100 111001 0 111111 11010110 1100100 10011

Color Harmonies of #00295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00295F

Black with #00295F

Text Example


Text Example

White with #00295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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