Html Css Color HEX #152ACC Persian Blue

📋 copy color: '#152ACC'

red 21 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #152ACC

Tints of Persian Blue #152ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.73%

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

R = 7.87%
G = 15.73%
B = 76.4%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#152ACC (or 0x152ACC) is known color: Persian Blue. HEX triplet: 15, 2A and CC. RGB value is (21,42,204). Sum of RGB (Red+Green+Blue) = 21+42+204=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #152ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ACC is #EAD533. Grayscale: #353535. Windows color (decimal): -15390004 or 13380117. OLE color: 13380117.

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

Color convert

RGB 21 42 204 -
CMYK 0.90 0.79 0 0.2
HSL 233.11º 0.81% 0.44% -
HSV(B) 233.11º 0.9% 0.8% -
XYZ 12.04 6.17 57.68 -
YUV 54.19 212.54 104.33 -
System Red Green Blue C M Y K H S L
Decimal 21 42 204 0.90 0.79 0 0.2 233.11 0.81 0.44
Hex 15 2A CC 5A 4F 0 14 E9 51 2C
Octal 25 52 314 132 117 0 24 351 121 54
Binary 10101 101010 11001100 1011010 1001111 0 10100 11101001 1010001 101100

Color Harmonies of #152ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ACC

Black with #152ACC

Text Example


Text Example

White with #152ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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