Html Css Color HEX #003A5F Prussian Blue

📋 copy color: '#003A5F'

red 0 ◦ green 58 ◦ blue 95

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

Shades of Prussian Blue #003A5F

Tints of Prussian Blue #003A5F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.91%

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

R = 0%
G = 37.91%
B = 62.09%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#003A5F (or 0x003A5F) is known color: Prussian Blue. HEX triplet: 00, 3A and 5F. RGB value is (0,58,95). Sum of RGB (Red+Green+Blue) = 0+58+95=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #003A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A5F is #FFC5A0. Grayscale: #2C2C2C. Windows color (decimal): -16762273 or 6240768. OLE color: 6240768.

HSL color Cylindrical-coordinate representation of color #003A5F: hue angle of 203.37º 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 #003A5F is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 58 95 -
CMYK 1 0.39 0 0.63
HSL 203.37º 1% 0.19% -
HSV(B) 203.37º 1% 0.37% -
XYZ 3.58 3.85 11.38 -
YUV 44.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 0 58 95 1 0.39 0 0.63 203.37 1 0.19
Hex 0 3A 5F 64 27 0 3F CB 64 13
Octal 0 72 137 144 47 0 77 313 144 23
Binary 0 111010 1011111 1100100 100111 0 111111 11001011 1100100 10011

Color Harmonies of #003A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A5F

Black with #003A5F

Text Example


Text Example

White with #003A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A5F; }

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

 H1.HeaderClassName
 {
   color: #003A5F;
 }
 .AnyTagClassName
 {
   color: #003A5F;
 }
</style>

background-color css

<style>
 a { background-color: #003A5F; }

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

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

border-color css

<style>
 span { border-color: #003A5F; }

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

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