Html Css Color HEX #152FCC Persian Blue

📋 copy color: '#152FCC'

red 21 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #152FCC

Tints of Persian Blue #152FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75%

R = 7.72%
G = 17.28%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#152FCC (or 0x152FCC) is known color: Persian Blue. HEX triplet: 15, 2F and CC. RGB value is (21,47,204). Sum of RGB (Red+Green+Blue) = 21+47+204=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #152FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FCC is #EAD033. Grayscale: #383838. Windows color (decimal): -15388724 or 13381397. OLE color: 13381397.

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

Color convert

RGB 21 47 204 -
CMYK 0.90 0.77 0 0.2
HSL 231.48º 0.81% 0.44% -
HSV(B) 231.48º 0.9% 0.8% -
XYZ 12.22 6.55 57.75 -
YUV 57.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 21 47 204 0.90 0.77 0 0.2 231.48 0.81 0.44
Hex 15 2F CC 5A 4D 0 14 E7 51 2C
Octal 25 57 314 132 115 0 24 347 121 54
Binary 10101 101111 11001100 1011010 1001101 0 10100 11100111 1010001 101100

Color Harmonies of #152FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FCC

Black with #152FCC

Text Example


Text Example

White with #152FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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