Html Css Color HEX #152ACB Persian Blue

📋 copy color: '#152ACB'

red 21 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #152ACB

Tints of Persian Blue #152ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.32%

R = 7.89%
G = 15.79%
B = 76.32%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152ACB (or 0x152ACB) is known color: Persian Blue. HEX triplet: 15, 2A and CB. RGB value is (21,42,203). Sum of RGB (Red+Green+Blue) = 21+42+203=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #152ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ACB is #EAD534. Grayscale: #353535. Windows color (decimal): -15390005 or 13314581. OLE color: 13314581.

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

Color convert

RGB 21 42 203 -
CMYK 0.90 0.79 0 0.20
HSL 233.08º 0.81% 0.44% -
HSV(B) 233.08º 0.9% 0.8% -
XYZ 11.92 6.13 57.05 -
YUV 54.08 212.04 104.41 -
System Red Green Blue C M Y K H S L
Decimal 21 42 203 0.90 0.79 0 0.20 233.08 0.81 0.44
Hex 15 2A CB 5A 4F 0 14 E9 51 2C
Octal 25 52 313 132 117 0 24 351 121 54
Binary 10101 101010 11001011 1011010 1001111 0 10100 11101001 1010001 101100

Color Harmonies of #152ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ACB

Black with #152ACB

Text Example


Text Example

White with #152ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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