Html Css Color HEX #153869 Prussian Blue

📋 copy color: '#153869'

red 21 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #153869

Tints of Prussian Blue #153869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 11.54%
G = 30.77%
B = 57.69%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153869 (or 0x153869) is known color: Prussian Blue. HEX triplet: 15, 38 and 69. RGB value is (21,56,105). Sum of RGB (Red+Green+Blue) = 21+56+105=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #153869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153869 is #EAC796. Grayscale: #323232. Windows color (decimal): -15386519 or 6895637. OLE color: 6895637.

HSL color Cylindrical-coordinate representation of color #153869: hue angle of 215º degrees, saturation: 0.67, 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 #153869 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 56 105 -
CMYK 0.80 0.47 0 0.59
HSL 215º 0.67% 0.25% -
HSV(B) 215º 0.8% 0.41% -
XYZ 4.27 4.01 13.91 -
YUV 51.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 21 56 105 0.80 0.47 0 0.59 215 0.67 0.25
Hex 15 38 69 50 2F 0 3B D7 43 19
Octal 25 70 151 120 57 0 73 327 103 31
Binary 10101 111000 1101001 1010000 101111 0 111011 11010111 1000011 11001

Color Harmonies of #153869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153869

Black with #153869

Text Example


Text Example

White with #153869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153869; }

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

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

background-color css

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

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

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

border-color css

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

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

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