Html Css Color HEX #153BCC Persian Blue

📋 copy color: '#153BCC'

red 21 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #153BCC

Tints of Persian Blue #153BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 204 (80.08% from 255) = 71.83%

R = 7.39%
G = 20.77%
B = 71.83%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#153BCC (or 0x153BCC) is known color: Persian Blue. HEX triplet: 15, 3B and CC. RGB value is (21,59,204). Sum of RGB (Red+Green+Blue) = 21+59+204=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #153BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BCC is #EAC433. Grayscale: #3F3F3F. Windows color (decimal): -15385652 or 13384469. OLE color: 13384469.

HSL color Cylindrical-coordinate representation of color #153BCC: hue angle of 227.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153BCC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 59 204 -
CMYK 0.90 0.71 0 0.2
HSL 227.54º 0.81% 0.44% -
HSV(B) 227.54º 0.9% 0.8% -
XYZ 12.77 7.65 57.93 -
YUV 64.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 21 59 204 0.90 0.71 0 0.2 227.54 0.81 0.44
Hex 15 3B CC 5A 47 0 14 E4 51 2C
Octal 25 73 314 132 107 0 24 344 121 54
Binary 10101 111011 11001100 1011010 1000111 0 10100 11100100 1010001 101100

Color Harmonies of #153BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BCC

Black with #153BCC

Text Example


Text Example

White with #153BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,204); }

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

background-color css

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

 a { background-color: rgb(21,59,204); }

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

border-color css

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

 span { border-color: rgb(21,59,204); }

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