Html Css Color HEX #152DCE Persian Blue

📋 copy color: '#152DCE'

red 21 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #152DCE

Tints of Persian Blue #152DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

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

R = 7.72%
G = 16.54%
B = 75.74%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#152DCE (or 0x152DCE) is known color: Persian Blue. HEX triplet: 15, 2D and CE. RGB value is (21,45,206). Sum of RGB (Red+Green+Blue) = 21+45+206=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #152DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DCE is #EAD231. Grayscale: #373737. Windows color (decimal): -15389234 or 13511957. OLE color: 13511957.

HSL color Cylindrical-coordinate representation of color #152DCE: hue angle of 232.22º 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 #152DCE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 45 206 -
CMYK 0.90 0.78 0 0.19
HSL 232.22º 0.81% 0.45% -
HSV(B) 232.22º 0.9% 0.81% -
XYZ 12.39 6.49 58.99 -
YUV 56.18 212.55 102.91 -
System Red Green Blue C M Y K H S L
Decimal 21 45 206 0.90 0.78 0 0.19 232.22 0.81 0.45
Hex 15 2D CE 5A 4E 0 13 E8 51 2D
Octal 25 55 316 132 116 0 23 350 121 55
Binary 10101 101101 11001110 1011010 1001110 0 10011 11101000 1010001 101101

Color Harmonies of #152DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DCE

Black with #152DCE

Text Example


Text Example

White with #152DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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