Html Css Color HEX #153FEC Persian Blue

📋 copy color: '#153FEC'

red 21 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #153FEC

Tints of Persian Blue #153FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.75%

R = 6.56%
G = 19.69%
B = 73.75%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#153FEC (or 0x153FEC) is known color: Persian Blue. HEX triplet: 15, 3F and EC. RGB value is (21,63,236). Sum of RGB (Red+Green+Blue) = 21+63+236=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #153FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FEC is #EAC013. Grayscale: #454545. Windows color (decimal): -15384596 or 15482645. OLE color: 15482645.

HSL color Cylindrical-coordinate representation of color #153FEC: hue angle of 228.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153FEC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 63 236 -
CMYK 0.91 0.73 0 0.07
HSL 228.28º 0.85% 0.5% -
HSV(B) 228.28º 0.91% 0.93% -
XYZ 17.23 9.77 80.33 -
YUV 70.16 221.59 92.93 -
System Red Green Blue C M Y K H S L
Decimal 21 63 236 0.91 0.73 0 0.07 228.28 0.85 0.5
Hex 15 3F EC 5B 49 0 7 E4 55 32
Octal 25 77 354 133 111 0 7 344 125 62
Binary 10101 111111 11101100 1011011 1001001 0 111 11100100 1010101 110010

Color Harmonies of #153FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FEC

Black with #153FEC

Text Example


Text Example

White with #153FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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