Html Css Color HEX #003A5D Prussian Blue

📋 copy color: '#003A5D'

red 0 ◦ green 58 ◦ blue 93

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

Shades of Prussian Blue #003A5D

Tints of Prussian Blue #003A5D

RGB

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

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

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

R = 0%
G = 38.41%
B = 61.59%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#003A5D (or 0x003A5D) is known color: Prussian Blue. HEX triplet: 00, 3A and 5D. RGB value is (0,58,93). Sum of RGB (Red+Green+Blue) = 0+58+93=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #003A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A5D is #FFC5A2. Grayscale: #2C2C2C. Windows color (decimal): -16762275 or 6109696. OLE color: 6109696.

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

Color convert

RGB 0 58 93 -
CMYK 1 0.38 0 0.64
HSL 202.58º 1% 0.18% -
HSV(B) 202.58º 1% 0.36% -
XYZ 3.49 3.82 10.91 -
YUV 44.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 0 58 93 1 0.38 0 0.64 202.58 1 0.18
Hex 0 3A 5D 64 26 0 40 CB 64 12
Octal 0 72 135 144 46 0 100 313 144 22
Binary 0 111010 1011101 1100100 100110 0 1000000 11001011 1100100 10010

Color Harmonies of #003A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A5D

Black with #003A5D

Text Example


Text Example

White with #003A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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