Html Css Color HEX #152FCD Persian Blue

📋 copy color: '#152FCD'

red 21 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #152FCD

Tints of Persian Blue #152FCD

RGB

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

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

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

R = 7.69%
G = 17.22%
B = 75.09%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152FCD (or 0x152FCD) is known color: Persian Blue. HEX triplet: 15, 2F and CD. RGB value is (21,47,205). Sum of RGB (Red+Green+Blue) = 21+47+205=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #152FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FCD is #EAD032. Grayscale: #383838. Windows color (decimal): -15388723 or 13446933. OLE color: 13446933.

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

Color convert

RGB 21 47 205 -
CMYK 0.90 0.77 0 0.20
HSL 231.52º 0.81% 0.44% -
HSV(B) 231.52º 0.9% 0.8% -
XYZ 12.35 6.6 58.38 -
YUV 57.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 21 47 205 0.90 0.77 0 0.20 231.52 0.81 0.44
Hex 15 2F CD 5A 4D 0 14 E8 51 2C
Octal 25 57 315 132 115 0 24 350 121 54
Binary 10101 101111 11001101 1011010 1001101 0 10100 11101000 1010001 101100

Color Harmonies of #152FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FCD

Black with #152FCD

Text Example


Text Example

White with #152FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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