Html Css Color HEX #152CCE Persian Blue

📋 copy color: '#152CCE'

red 21 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #152CCE

Tints of Persian Blue #152CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

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

R = 7.75%
G = 16.24%
B = 76.01%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#152CCE (or 0x152CCE) is known color: Persian Blue. HEX triplet: 15, 2C and CE. RGB value is (21,44,206). Sum of RGB (Red+Green+Blue) = 21+44+206=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #152CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CCE is #EAD331. Grayscale: #363636. Windows color (decimal): -15389490 or 13511701. OLE color: 13511701.

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

Color convert

RGB 21 44 206 -
CMYK 0.90 0.79 0 0.19
HSL 232.54º 0.81% 0.45% -
HSV(B) 232.54º 0.9% 0.81% -
XYZ 12.35 6.42 58.98 -
YUV 55.59 212.88 103.33 -
System Red Green Blue C M Y K H S L
Decimal 21 44 206 0.90 0.79 0 0.19 232.54 0.81 0.45
Hex 15 2C CE 5A 4F 0 13 E9 51 2D
Octal 25 54 316 132 117 0 23 351 121 55
Binary 10101 101100 11001110 1011010 1001111 0 10011 11101001 1010001 101101

Color Harmonies of #152CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CCE

Black with #152CCE

Text Example


Text Example

White with #152CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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