Html Css Color HEX #153CCC Persian Blue

📋 copy color: '#153CCC'

red 21 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #153CCC

Tints of Persian Blue #153CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

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

R = 7.37%
G = 21.05%
B = 71.58%

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

#153CCC (or 0x153CCC) is known color: Persian Blue. HEX triplet: 15, 3C and CC. RGB value is (21,60,204). Sum of RGB (Red+Green+Blue) = 21+60+204=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #153CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CCC is #EAC333. Grayscale: #404040. Windows color (decimal): -15385396 or 13384725. OLE color: 13384725.

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

Color convert

RGB 21 60 204 -
CMYK 0.90 0.71 0 0.2
HSL 227.21º 0.81% 0.44% -
HSV(B) 227.21º 0.9% 0.8% -
XYZ 12.82 7.75 57.95 -
YUV 64.76 206.58 96.79 -
System Red Green Blue C M Y K H S L
Decimal 21 60 204 0.90 0.71 0 0.2 227.21 0.81 0.44
Hex 15 3C CC 5A 47 0 14 E3 51 2C
Octal 25 74 314 132 107 0 24 343 121 54
Binary 10101 111100 11001100 1011010 1000111 0 10100 11100011 1010001 101100

Color Harmonies of #153CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CCC

Black with #153CCC

Text Example


Text Example

White with #153CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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