Html Css Color HEX #153FBE Persian Blue

📋 copy color: '#153FBE'

red 21 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #153FBE

Tints of Persian Blue #153FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 190 (74.61% from 255) = 69.34%

R = 7.66%
G = 22.99%
B = 69.34%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#153FBE (or 0x153FBE) is known color: Persian Blue. HEX triplet: 15, 3F and BE. RGB value is (21,63,190). Sum of RGB (Red+Green+Blue) = 21+63+190=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #153FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FBE is #EAC041. Grayscale: #404040. Windows color (decimal): -15384642 or 12467989. OLE color: 12467989.

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

Color convert

RGB 21 63 190 -
CMYK 0.89 0.67 0 0.25
HSL 225.09º 0.8% 0.41% -
HSV(B) 225.09º 0.89% 0.75% -
XYZ 11.38 7.43 49.55 -
YUV 64.92 198.59 96.67 -
System Red Green Blue C M Y K H S L
Decimal 21 63 190 0.89 0.67 0 0.25 225.09 0.8 0.41
Hex 15 3F BE 59 43 0 19 E1 50 29
Octal 25 77 276 131 103 0 31 341 120 51
Binary 10101 111111 10111110 1011001 1000011 0 11001 11100001 1010000 101001

Color Harmonies of #153FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FBE

Black with #153FBE

Text Example


Text Example

White with #153FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,190); }

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

background-color css

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

 a { background-color: rgb(21,63,190); }

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

border-color css

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

 span { border-color: rgb(21,63,190); }

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