Html Css Color HEX #153AF7 Persian Blue

📋 copy color: '#153AF7'

red 21 ◦ green 58 ◦ blue 247

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

Shades of Persian Blue #153AF7

Tints of Persian Blue #153AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 75.77%

R = 6.44%
G = 17.79%
B = 75.77%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#153AF7 (or 0x153AF7) is known color: Persian Blue. HEX triplet: 15, 3A and F7. RGB value is (21,58,247). Sum of RGB (Red+Green+Blue) = 21+58+247=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 247 (96.88% from 255 or 75.77% from 326); Max value from RGB is 247 - color contains mainly: blue. Hex color #153AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153AF7 is #EAC508. Grayscale: #434343. Windows color (decimal): -15385865 or 16202261. OLE color: 16202261.

HSL color Cylindrical-coordinate representation of color #153AF7: hue angle of 230.18º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153AF7 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 58 247 -
CMYK 0.91 0.77 0 0.03
HSL 230.18º 0.93% 0.53% -
HSV(B) 230.18º 0.91% 0.97% -
XYZ 18.61 9.9 88.93 -
YUV 68.48 228.74 94.13 -
System Red Green Blue C M Y K H S L
Decimal 21 58 247 0.91 0.77 0 0.03 230.18 0.93 0.53
Hex 15 3A F7 5B 4D 0 3 E6 5D 35
Octal 25 72 367 133 115 0 3 346 135 65
Binary 10101 111010 11110111 1011011 1001101 0 11 11100110 1011101 110101

Color Harmonies of #153AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AF7

Black with #153AF7

Text Example


Text Example

White with #153AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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