Html Css Color HEX #152ECD Persian Blue

📋 copy color: '#152ECD'

red 21 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #152ECD

Tints of Persian Blue #152ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.91%

 BLUE value IS 205 (80.47% from 255) = 75.37%

R = 7.72%
G = 16.91%
B = 75.37%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152ECD (or 0x152ECD) is known color: Persian Blue. HEX triplet: 15, 2E and CD. RGB value is (21,46,205). Sum of RGB (Red+Green+Blue) = 21+46+205=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #152ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ECD is #EAD132. Grayscale: #373737. Windows color (decimal): -15388979 or 13446677. OLE color: 13446677.

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

Color convert

RGB 21 46 205 -
CMYK 0.90 0.78 0 0.20
HSL 231.85º 0.81% 0.44% -
HSV(B) 231.85º 0.9% 0.8% -
XYZ 12.31 6.52 58.37 -
YUV 56.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 21 46 205 0.90 0.78 0 0.20 231.85 0.81 0.44
Hex 15 2E CD 5A 4E 0 14 E8 51 2C
Octal 25 56 315 132 116 0 24 350 121 54
Binary 10101 101110 11001101 1011010 1001110 0 10100 11101000 1010001 101100

Color Harmonies of #152ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ECD

Black with #152ECD

Text Example


Text Example

White with #152ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,46,205); }

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

background-color css

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

 a { background-color: rgb(21,46,205); }

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

border-color css

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

 span { border-color: rgb(21,46,205); }

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