Html Css Color HEX #152CCC Persian Blue

📋 copy color: '#152CCC'

red 21 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #152CCC

Tints of Persian Blue #152CCC

RGB

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

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

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

R = 7.81%
G = 16.36%
B = 75.84%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#152CCC (or 0x152CCC) is known color: Persian Blue. HEX triplet: 15, 2C and CC. RGB value is (21,44,204). Sum of RGB (Red+Green+Blue) = 21+44+204=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #152CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CCC is #EAD333. Grayscale: #363636. Windows color (decimal): -15389492 or 13380629. OLE color: 13380629.

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

Color convert

RGB 21 44 204 -
CMYK 0.90 0.78 0 0.2
HSL 232.46º 0.81% 0.44% -
HSV(B) 232.46º 0.9% 0.8% -
XYZ 12.11 6.32 57.71 -
YUV 55.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 21 44 204 0.90 0.78 0 0.2 232.46 0.81 0.44
Hex 15 2C CC 5A 4E 0 14 E8 51 2C
Octal 25 54 314 132 116 0 24 350 121 54
Binary 10101 101100 11001100 1011010 1001110 0 10100 11101000 1010001 101100

Color Harmonies of #152CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CCC

Black with #152CCC

Text Example


Text Example

White with #152CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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