Html Css Color HEX #003F5E Prussian Blue

📋 copy color: '#003F5E'

red 0 ◦ green 63 ◦ blue 94

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

Shades of Prussian Blue #003F5E

Tints of Prussian Blue #003F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

 BLUE value IS 94 (37.11% from 255) = 59.87%

R = 0%
G = 40.13%
B = 59.87%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#003F5E (or 0x003F5E) is known color: Prussian Blue. HEX triplet: 00, 3F and 5E. RGB value is (0,63,94). Sum of RGB (Red+Green+Blue) = 0+63+94=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #003F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F5E is #FFC0A1. Grayscale: #2F2F2F. Windows color (decimal): -16760994 or 6176512. OLE color: 6176512.

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

Color convert

RGB 0 63 94 -
CMYK 1 0.33 0 0.63
HSL 199.79º 1% 0.18% -
HSV(B) 199.79º 1% 0.37% -
XYZ 3.8 4.36 11.23 -
YUV 47.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 0 63 94 1 0.33 0 0.63 199.79 1 0.18
Hex 0 3F 5E 64 21 0 3F C8 64 12
Octal 0 77 136 144 41 0 77 310 144 22
Binary 0 111111 1011110 1100100 100001 0 111111 11001000 1100100 10010

Color Harmonies of #003F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F5E

Black with #003F5E

Text Example


Text Example

White with #003F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,63,94); }

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

background-color css

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

 a { background-color: rgb(0,63,94); }

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

border-color css

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

 span { border-color: rgb(0,63,94); }

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