Html Css Color HEX #153A6E Prussian Blue

📋 copy color: '#153A6E'

red 21 ◦ green 58 ◦ blue 110

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

Shades of Prussian Blue #153A6E

Tints of Prussian Blue #153A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 110 (43.36% from 255) = 58.2%

R = 11.11%
G = 30.69%
B = 58.2%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#153A6E (or 0x153A6E) is known color: Prussian Blue. HEX triplet: 15, 3A and 6E. RGB value is (21,58,110). Sum of RGB (Red+Green+Blue) = 21+58+110=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #153A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A6E is #EAC591. Grayscale: #343434. Windows color (decimal): -15386002 or 7223829. OLE color: 7223829.

HSL color Cylindrical-coordinate representation of color #153A6E: hue angle of 215.06º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153A6E is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 58 110 -
CMYK 0.81 0.47 0 0.57
HSL 215.06º 0.68% 0.26% -
HSV(B) 215.06º 0.81% 0.43% -
XYZ 4.64 4.31 15.34 -
YUV 52.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 21 58 110 0.81 0.47 0 0.57 215.06 0.68 0.26
Hex 15 3A 6E 51 2F 0 39 D7 44 1A
Octal 25 72 156 121 57 0 71 327 104 32
Binary 10101 111010 1101110 1010001 101111 0 111001 11010111 1000100 11010

Color Harmonies of #153A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A6E

Black with #153A6E

Text Example


Text Example

White with #153A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153A6E; }

 p { color: rgb(21,58,110); }

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

background-color css

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

 a { background-color: rgb(21,58,110); }

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

border-color css

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

 span { border-color: rgb(21,58,110); }

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