Html Css Color HEX #153867 Prussian Blue

📋 copy color: '#153867'

red 21 ◦ green 56 ◦ blue 103

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

Shades of Prussian Blue #153867

Tints of Prussian Blue #153867

RGB

 RED value IS 21 (8.59% from 255) = 11.67%

 GREEN value IS 56 (22.27% from 255) = 31.11%

 BLUE value IS 103 (40.63% from 255) = 57.22%

R = 11.67%
G = 31.11%
B = 57.22%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153867 (or 0x153867) is known color: Prussian Blue. HEX triplet: 15, 38 and 67. RGB value is (21,56,103). Sum of RGB (Red+Green+Blue) = 21+56+103=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #153867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153867 is #EAC798. Grayscale: #323232. Windows color (decimal): -15386521 or 6764565. OLE color: 6764565.

HSL color Cylindrical-coordinate representation of color #153867: hue angle of 214.39º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153867 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 56 103 -
CMYK 0.80 0.46 0 0.60
HSL 214.39º 0.66% 0.24% -
HSV(B) 214.39º 0.8% 0.4% -
XYZ 4.17 3.97 13.38 -
YUV 50.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 21 56 103 0.80 0.46 0 0.60 214.39 0.66 0.24
Hex 15 38 67 50 2E 0 3C D6 42 18
Octal 25 70 147 120 56 0 74 326 102 30
Binary 10101 111000 1100111 1010000 101110 0 111100 11010110 1000010 11000

Color Harmonies of #153867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153867

Black with #153867

Text Example


Text Example

White with #153867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153867; }

 p { color: rgb(21,56,103); }

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

background-color css

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

 a { background-color: rgb(21,56,103); }

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

border-color css

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

 span { border-color: rgb(21,56,103); }

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