Html Css Color HEX #153FCC Persian Blue

📋 copy color: '#153FCC'

red 21 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #153FCC

Tints of Persian Blue #153FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 21.88%

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

R = 7.29%
G = 21.88%
B = 70.83%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#153FCC (or 0x153FCC) is known color: Persian Blue. HEX triplet: 15, 3F and CC. RGB value is (21,63,204). Sum of RGB (Red+Green+Blue) = 21+63+204=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #153FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FCC is #EAC033. Grayscale: #414141. Windows color (decimal): -15384628 or 13385493. OLE color: 13385493.

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

Color convert

RGB 21 63 204 -
CMYK 0.90 0.69 0 0.2
HSL 226.23º 0.81% 0.44% -
HSV(B) 226.23º 0.9% 0.8% -
XYZ 12.99 8.07 58 -
YUV 66.52 205.59 95.54 -
System Red Green Blue C M Y K H S L
Decimal 21 63 204 0.90 0.69 0 0.2 226.23 0.81 0.44
Hex 15 3F CC 5A 45 0 14 E2 51 2C
Octal 25 77 314 132 105 0 24 342 121 54
Binary 10101 111111 11001100 1011010 1000101 0 10100 11100010 1010001 101100

Color Harmonies of #153FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FCC

Black with #153FCC

Text Example


Text Example

White with #153FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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