Html Css Color HEX #152FCE Persian Blue

📋 copy color: '#152FCE'

red 21 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #152FCE

Tints of Persian Blue #152FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

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

R = 7.66%
G = 17.15%
B = 75.18%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#152FCE (or 0x152FCE) is known color: Persian Blue. HEX triplet: 15, 2F and CE. RGB value is (21,47,206). Sum of RGB (Red+Green+Blue) = 21+47+206=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #152FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FCE is #EAD031. Grayscale: #383838. Windows color (decimal): -15388722 or 13512469. OLE color: 13512469.

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

Color convert

RGB 21 47 206 -
CMYK 0.90 0.77 0 0.19
HSL 231.57º 0.81% 0.45% -
HSV(B) 231.57º 0.9% 0.81% -
XYZ 12.47 6.65 59.02 -
YUV 57.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 21 47 206 0.90 0.77 0 0.19 231.57 0.81 0.45
Hex 15 2F CE 5A 4D 0 13 E8 51 2D
Octal 25 57 316 132 115 0 23 350 121 55
Binary 10101 101111 11001110 1011010 1001101 0 10011 11101000 1010001 101101

Color Harmonies of #152FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FCE

Black with #152FCE

Text Example


Text Example

White with #152FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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