Html Css Color HEX #153DE6 Persian Blue

📋 copy color: '#153DE6'

red 21 ◦ green 61 ◦ blue 230

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

Shades of Persian Blue #153DE6

Tints of Persian Blue #153DE6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

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

R = 6.73%
G = 19.55%
B = 73.72%

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

#153DE6 (or 0x153DE6) is known color: Persian Blue. HEX triplet: 15, 3D and E6. RGB value is (21,61,230). Sum of RGB (Red+Green+Blue) = 21+61+230=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 230 (90.23% from 255 or 73.72% from 312); Max value from RGB is 230 - color contains mainly: blue. Hex color #153DE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DE6 is #EAC219. Grayscale: #434343. Windows color (decimal): -15385114 or 15088917. OLE color: 15088917.

HSL color Cylindrical-coordinate representation of color #153DE6: hue angle of 228.52º 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 #153DE6 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 61 230 -
CMYK 0.91 0.73 0 0.10
HSL 228.52º 0.83% 0.49% -
HSV(B) 228.52º 0.91% 0.9% -
XYZ 16.26 9.21 75.78 -
YUV 68.31 219.25 94.26 -
System Red Green Blue C M Y K H S L
Decimal 21 61 230 0.91 0.73 0 0.10 228.52 0.83 0.49
Hex 15 3D E6 5B 49 0 A E5 53 31
Octal 25 75 346 133 111 0 12 345 123 61
Binary 10101 111101 11100110 1011011 1001001 0 1010 11100101 1010011 110001

Color Harmonies of #153DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DE6

Black with #153DE6

Text Example


Text Example

White with #153DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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