Html Css Color HEX #153BF3 Persian Blue

📋 copy color: '#153BF3'

red 21 ◦ green 59 ◦ blue 243

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

Shades of Persian Blue #153BF3

Tints of Persian Blue #153BF3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.27%

 BLUE value IS 243 (95.31% from 255) = 75.23%

R = 6.5%
G = 18.27%
B = 75.23%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#153BF3 (or 0x153BF3) is known color: Persian Blue. HEX triplet: 15, 3B and F3. RGB value is (21,59,243). Sum of RGB (Red+Green+Blue) = 21+59+243=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #153BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BF3 is #EAC40C. Grayscale: #434343. Windows color (decimal): -15385613 or 15940373. OLE color: 15940373.

HSL color Cylindrical-coordinate representation of color #153BF3: hue angle of 229.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153BF3 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 59 243 -
CMYK 0.91 0.76 0 0.05
HSL 229.73º 0.9% 0.52% -
HSV(B) 229.73º 0.91% 0.95% -
XYZ 18.05 9.76 85.73 -
YUV 68.61 226.41 94.04 -
System Red Green Blue C M Y K H S L
Decimal 21 59 243 0.91 0.76 0 0.05 229.73 0.9 0.52
Hex 15 3B F3 5B 4C 0 5 E6 5A 34
Octal 25 73 363 133 114 0 5 346 132 64
Binary 10101 111011 11110011 1011011 1001100 0 101 11100110 1011010 110100

Color Harmonies of #153BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BF3

Black with #153BF3

Text Example


Text Example

White with #153BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,243); }

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

background-color css

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

 a { background-color: rgb(21,59,243); }

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

border-color css

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

 span { border-color: rgb(21,59,243); }

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