Html Css Color HEX #153969 Prussian Blue

📋 copy color: '#153969'

red 21 ◦ green 57 ◦ blue 105

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

Shades of Prussian Blue #153969

Tints of Prussian Blue #153969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.15%

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

R = 11.48%
G = 31.15%
B = 57.38%

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

#153969 (or 0x153969) is known color: Prussian Blue. HEX triplet: 15, 39 and 69. RGB value is (21,57,105). Sum of RGB (Red+Green+Blue) = 21+57+105=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #153969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153969 is #EAC696. Grayscale: #333333. Windows color (decimal): -15386263 or 6895893. OLE color: 6895893.

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

Color convert

RGB 21 57 105 -
CMYK 0.80 0.46 0 0.59
HSL 214.29º 0.67% 0.25% -
HSV(B) 214.29º 0.8% 0.41% -
XYZ 4.32 4.11 13.93 -
YUV 51.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 21 57 105 0.80 0.46 0 0.59 214.29 0.67 0.25
Hex 15 39 69 50 2E 0 3B D6 43 19
Octal 25 71 151 120 56 0 73 326 103 31
Binary 10101 111001 1101001 1010000 101110 0 111011 11010110 1000011 11001

Color Harmonies of #153969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153969

Black with #153969

Text Example


Text Example

White with #153969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153969; }

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

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

background-color css

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

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

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

border-color css

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

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

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