Html Css Color HEX #003157 Prussian Blue

📋 copy color: '#003157'

red 0 ◦ green 49 ◦ blue 87

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

Shades of Prussian Blue #003157

Tints of Prussian Blue #003157

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 87 (34.38% from 255) = 63.97%

R = 0%
G = 36.03%
B = 63.97%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#003157 (or 0x003157) is known color: Prussian Blue. HEX triplet: 00, 31 and 57. RGB value is (0,49,87). Sum of RGB (Red+Green+Blue) = 0+49+87=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #003157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003157 is #FFCEA8. Grayscale: #262626. Windows color (decimal): -16764585 or 5714176. OLE color: 5714176.

HSL color Cylindrical-coordinate representation of color #003157: hue angle of 206.21º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003157 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 49 87 -
CMYK 1 0.44 0 0.66
HSL 206.21º 1% 0.17% -
HSV(B) 206.21º 1% 0.34% -
XYZ 2.82 2.88 9.43 -
YUV 38.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 0 49 87 1 0.44 0 0.66 206.21 1 0.17
Hex 0 31 57 64 2C 0 42 CE 64 11
Octal 0 61 127 144 54 0 102 316 144 21
Binary 0 110001 1010111 1100100 101100 0 1000010 11001110 1100100 10001

Color Harmonies of #003157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003157

Black with #003157

Text Example


Text Example

White with #003157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003157; }

 p { color: rgb(0,49,87); }

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

background-color css

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

 a { background-color: rgb(0,49,87); }

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

border-color css

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

 span { border-color: rgb(0,49,87); }

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