Html Css Color HEX #003B5D Prussian Blue

📋 copy color: '#003B5D'

red 0 ◦ green 59 ◦ blue 93

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

Shades of Prussian Blue #003B5D

Tints of Prussian Blue #003B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.82%

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

R = 0%
G = 38.82%
B = 61.18%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#003B5D (or 0x003B5D) is known color: Prussian Blue. HEX triplet: 00, 3B and 5D. RGB value is (0,59,93). Sum of RGB (Red+Green+Blue) = 0+59+93=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #003B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B5D is #FFC4A2. Grayscale: #2D2D2D. Windows color (decimal): -16762019 or 6109952. OLE color: 6109952.

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

Color convert

RGB 0 59 93 -
CMYK 1 0.37 0 0.64
HSL 201.94º 1% 0.18% -
HSV(B) 201.94º 1% 0.36% -
XYZ 3.54 3.92 10.93 -
YUV 45.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 0 59 93 1 0.37 0 0.64 201.94 1 0.18
Hex 0 3B 5D 64 25 0 40 CA 64 12
Octal 0 73 135 144 45 0 100 312 144 22
Binary 0 111011 1011101 1100100 100101 0 1000000 11001010 1100100 10010

Color Harmonies of #003B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B5D

Black with #003B5D

Text Example


Text Example

White with #003B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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