Html Css Color HEX #152AC8 Persian Blue

📋 copy color: '#152AC8'

red 21 ◦ green 42 ◦ blue 200

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

Shades of Persian Blue #152AC8

Tints of Persian Blue #152AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 76.05%

R = 7.98%
G = 15.97%
B = 76.05%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#152AC8 (or 0x152AC8) is known color: Persian Blue. HEX triplet: 15, 2A and C8. RGB value is (21,42,200). Sum of RGB (Red+Green+Blue) = 21+42+200=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 200 (78.52% from 255 or 76.05% from 263); Max value from RGB is 200 - color contains mainly: blue. Hex color #152AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152AC8 is #EAD537. Grayscale: #353535. Windows color (decimal): -15390008 or 13117973. OLE color: 13117973.

HSL color Cylindrical-coordinate representation of color #152AC8: hue angle of 232.96º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152AC8 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 42 200 -
CMYK 0.90 0.79 0 0.22
HSL 232.96º 0.81% 0.43% -
HSV(B) 232.96º 0.9% 0.78% -
XYZ 11.56 5.99 55.19 -
YUV 53.73 210.54 104.65 -
System Red Green Blue C M Y K H S L
Decimal 21 42 200 0.90 0.79 0 0.22 232.96 0.81 0.43
Hex 15 2A C8 5A 4F 0 16 E9 51 2B
Octal 25 52 310 132 117 0 26 351 121 53
Binary 10101 101010 11001000 1011010 1001111 0 10110 11101001 1010001 101011

Color Harmonies of #152AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152AC8

Black with #152AC8

Text Example


Text Example

White with #152AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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