Html Css Color HEX #003E63 Prussian Blue

📋 copy color: '#003E63'

red 0 ◦ green 62 ◦ blue 99

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

Shades of Prussian Blue #003E63

Tints of Prussian Blue #003E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.51%

 BLUE value IS 99 (39.06% from 255) = 61.49%

R = 0%
G = 38.51%
B = 61.49%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#003E63 (or 0x003E63) is known color: Prussian Blue. HEX triplet: 00, 3E and 63. RGB value is (0,62,99). Sum of RGB (Red+Green+Blue) = 0+62+99=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #003E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E63 is #FFC19C. Grayscale: #2F2F2F. Windows color (decimal): -16761245 or 6503936. OLE color: 6503936.

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

Color convert

RGB 0 62 99 -
CMYK 1 0.37 0 0.61
HSL 202.42º 1% 0.19% -
HSV(B) 202.42º 1% 0.39% -
XYZ 3.97 4.35 12.43 -
YUV 47.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 0 62 99 1 0.37 0 0.61 202.42 1 0.19
Hex 0 3E 63 64 25 0 3D CA 64 13
Octal 0 76 143 144 45 0 75 312 144 23
Binary 0 111110 1100011 1100100 100101 0 111101 11001010 1100100 10011

Color Harmonies of #003E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E63

Black with #003E63

Text Example


Text Example

White with #003E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,62,99); }

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

background-color css

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

 a { background-color: rgb(0,62,99); }

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

border-color css

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

 span { border-color: rgb(0,62,99); }

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