Html Css Color HEX #153DCE Persian Blue

📋 copy color: '#153DCE'

red 21 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #153DCE

Tints of Persian Blue #153DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.53%

R = 7.29%
G = 21.18%
B = 71.53%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#153DCE (or 0x153DCE) is known color: Persian Blue. HEX triplet: 15, 3D and CE. RGB value is (21,61,206). Sum of RGB (Red+Green+Blue) = 21+61+206=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #153DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DCE is #EAC231. Grayscale: #404040. Windows color (decimal): -15385138 or 13516053. OLE color: 13516053.

HSL color Cylindrical-coordinate representation of color #153DCE: hue angle of 227.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153DCE is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 61 206 -
CMYK 0.90 0.70 0 0.19
HSL 227.03º 0.81% 0.45% -
HSV(B) 227.03º 0.9% 0.81% -
XYZ 13.12 7.95 59.24 -
YUV 65.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 21 61 206 0.90 0.70 0 0.19 227.03 0.81 0.45
Hex 15 3D CE 5A 46 0 13 E3 51 2D
Octal 25 75 316 132 106 0 23 343 121 55
Binary 10101 111101 11001110 1011010 1000110 0 10011 11100011 1010001 101101

Color Harmonies of #153DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DCE

Black with #153DCE

Text Example


Text Example

White with #153DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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