Html Css Color HEX #152CCD Persian Blue

📋 copy color: '#152CCD'

red 21 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #152CCD

Tints of Persian Blue #152CCD

RGB

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

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

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

R = 7.78%
G = 16.3%
B = 75.93%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152CCD (or 0x152CCD) is known color: Persian Blue. HEX triplet: 15, 2C and CD. RGB value is (21,44,205). Sum of RGB (Red+Green+Blue) = 21+44+205=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #152CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CCD is #EAD332. Grayscale: #363636. Windows color (decimal): -15389491 or 13446165. OLE color: 13446165.

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

Color convert

RGB 21 44 205 -
CMYK 0.90 0.79 0 0.20
HSL 232.5º 0.81% 0.44% -
HSV(B) 232.5º 0.9% 0.8% -
XYZ 12.23 6.37 58.34 -
YUV 55.48 212.38 103.41 -
System Red Green Blue C M Y K H S L
Decimal 21 44 205 0.90 0.79 0 0.20 232.5 0.81 0.44
Hex 15 2C CD 5A 4F 0 14 E8 51 2C
Octal 25 54 315 132 117 0 24 350 121 54
Binary 10101 101100 11001101 1011010 1001111 0 10100 11101000 1010001 101100

Color Harmonies of #152CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CCD

Black with #152CCD

Text Example


Text Example

White with #152CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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