Html Css Color HEX #153DCF Persian Blue

📋 copy color: '#153DCF'

red 21 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #153DCF

Tints of Persian Blue #153DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 7.27%
G = 21.11%
B = 71.63%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#153DCF (or 0x153DCF) is known color: Persian Blue. HEX triplet: 15, 3D and CF. RGB value is (21,61,207). Sum of RGB (Red+Green+Blue) = 21+61+207=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #153DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DCF is #EAC230. Grayscale: #414141. Windows color (decimal): -15385137 or 13581589. OLE color: 13581589.

HSL color Cylindrical-coordinate representation of color #153DCF: hue angle of 227.1º degrees, saturation: 0.82, 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 #153DCF is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 61 207 -
CMYK 0.90 0.71 0 0.19
HSL 227.1º 0.82% 0.45% -
HSV(B) 227.1º 0.9% 0.81% -
XYZ 13.24 8 59.88 -
YUV 65.68 207.75 96.13 -
System Red Green Blue C M Y K H S L
Decimal 21 61 207 0.90 0.71 0 0.19 227.1 0.82 0.45
Hex 15 3D CF 5A 47 0 13 E3 52 2D
Octal 25 75 317 132 107 0 23 343 122 55
Binary 10101 111101 11001111 1011010 1000111 0 10011 11100011 1010010 101101

Color Harmonies of #153DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DCF

Black with #153DCF

Text Example


Text Example

White with #153DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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