Html Css Color HEX #153FE6 Persian Blue

📋 copy color: '#153FE6'

red 21 ◦ green 63 ◦ blue 230

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

Shades of Persian Blue #153FE6

Tints of Persian Blue #153FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.25%

R = 6.69%
G = 20.06%
B = 73.25%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#153FE6 (or 0x153FE6) is known color: Persian Blue. HEX triplet: 15, 3F and E6. RGB value is (21,63,230). Sum of RGB (Red+Green+Blue) = 21+63+230=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #153FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FE6 is #EAC019. Grayscale: #444444. Windows color (decimal): -15384602 or 15089429. OLE color: 15089429.

HSL color Cylindrical-coordinate representation of color #153FE6: hue angle of 227.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153FE6 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 63 230 -
CMYK 0.91 0.73 0 0.10
HSL 227.94º 0.83% 0.49% -
HSV(B) 227.94º 0.91% 0.9% -
XYZ 16.37 9.43 75.82 -
YUV 69.48 218.59 93.42 -
System Red Green Blue C M Y K H S L
Decimal 21 63 230 0.91 0.73 0 0.10 227.94 0.83 0.49
Hex 15 3F E6 5B 49 0 A E4 53 31
Octal 25 77 346 133 111 0 12 344 123 61
Binary 10101 111111 11100110 1011011 1001001 0 1010 11100100 1010011 110001

Color Harmonies of #153FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FE6

Black with #153FE6

Text Example


Text Example

White with #153FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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