Html Css Color HEX #153868 Prussian Blue

📋 copy color: '#153868'

red 21 ◦ green 56 ◦ blue 104

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

Shades of Prussian Blue #153868

Tints of Prussian Blue #153868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 11.6%
G = 30.94%
B = 57.46%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153868 (or 0x153868) is known color: Prussian Blue. HEX triplet: 15, 38 and 68. RGB value is (21,56,104). Sum of RGB (Red+Green+Blue) = 21+56+104=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #153868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153868 is #EAC797. Grayscale: #323232. Windows color (decimal): -15386520 or 6830101. OLE color: 6830101.

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

Color convert

RGB 21 56 104 -
CMYK 0.80 0.46 0 0.59
HSL 214.7º 0.66% 0.25% -
HSV(B) 214.7º 0.8% 0.41% -
XYZ 4.22 3.99 13.64 -
YUV 51.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 21 56 104 0.80 0.46 0 0.59 214.7 0.66 0.25
Hex 15 38 68 50 2E 0 3B D7 42 19
Octal 25 70 150 120 56 0 73 327 102 31
Binary 10101 111000 1101000 1010000 101110 0 111011 11010111 1000010 11001

Color Harmonies of #153868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153868

Black with #153868

Text Example


Text Example

White with #153868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153868; }

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

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

background-color css

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

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

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

border-color css

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

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

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