Html Css Color HEX #153DBF Persian Blue

📋 copy color: '#153DBF'

red 21 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #153DBF

Tints of Persian Blue #153DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

 BLUE value IS 191 (75% from 255) = 69.96%

R = 7.69%
G = 22.34%
B = 69.96%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#153DBF (or 0x153DBF) is known color: Persian Blue. HEX triplet: 15, 3D and BF. RGB value is (21,61,191). Sum of RGB (Red+Green+Blue) = 21+61+191=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #153DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DBF is #EAC240. Grayscale: #3F3F3F. Windows color (decimal): -15385153 or 12533013. OLE color: 12533013.

HSL color Cylindrical-coordinate representation of color #153DBF: hue angle of 225.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153DBF is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 61 191 -
CMYK 0.89 0.68 0 0.25
HSL 225.88º 0.8% 0.42% -
HSV(B) 225.88º 0.89% 0.75% -
XYZ 11.38 7.26 50.09 -
YUV 63.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 21 61 191 0.89 0.68 0 0.25 225.88 0.8 0.42
Hex 15 3D BF 59 44 0 19 E2 50 2A
Octal 25 75 277 131 104 0 31 342 120 52
Binary 10101 111101 10111111 1011001 1000100 0 11001 11100010 1010000 101010

Color Harmonies of #153DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DBF

Black with #153DBF

Text Example


Text Example

White with #153DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,61,191); }

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

background-color css

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

 a { background-color: rgb(21,61,191); }

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

border-color css

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

 span { border-color: rgb(21,61,191); }

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