Html Css Color HEX #153A6B Prussian Blue

📋 copy color: '#153A6B'

red 21 ◦ green 58 ◦ blue 107

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

Shades of Prussian Blue #153A6B

Tints of Prussian Blue #153A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 11.29%
G = 31.18%
B = 57.53%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#153A6B (or 0x153A6B) is known color: Prussian Blue. HEX triplet: 15, 3A and 6B. RGB value is (21,58,107). Sum of RGB (Red+Green+Blue) = 21+58+107=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #153A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A6B is #EAC594. Grayscale: #343434. Windows color (decimal): -15386005 or 7027221. OLE color: 7027221.

HSL color Cylindrical-coordinate representation of color #153A6B: hue angle of 214.19º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153A6B is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 58 107 -
CMYK 0.80 0.46 0 0.58
HSL 214.19º 0.67% 0.25% -
HSV(B) 214.19º 0.8% 0.42% -
XYZ 4.48 4.25 14.49 -
YUV 52.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 21 58 107 0.80 0.46 0 0.58 214.19 0.67 0.25
Hex 15 3A 6B 50 2E 0 3A D6 43 19
Octal 25 72 153 120 56 0 72 326 103 31
Binary 10101 111010 1101011 1010000 101110 0 111010 11010110 1000011 11001

Color Harmonies of #153A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A6B

Black with #153A6B

Text Example


Text Example

White with #153A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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