Html Css Color HEX #152ABF Persian Blue

📋 copy color: '#152ABF'

red 21 ◦ green 42 ◦ blue 191

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

Shades of Persian Blue #152ABF

Tints of Persian Blue #152ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.2%

R = 8.27%
G = 16.54%
B = 75.2%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#152ABF (or 0x152ABF) is known color: Persian Blue. HEX triplet: 15, 2A and BF. RGB value is (21,42,191). Sum of RGB (Red+Green+Blue) = 21+42+191=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #152ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ABF is #EAD540. Grayscale: #343434. Windows color (decimal): -15390017 or 12528149. OLE color: 12528149.

HSL color Cylindrical-coordinate representation of color #152ABF: hue angle of 232.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152ABF is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 42 191 -
CMYK 0.89 0.78 0 0.25
HSL 232.59º 0.8% 0.42% -
HSV(B) 232.59º 0.89% 0.75% -
XYZ 10.54 5.58 49.81 -
YUV 52.71 206.04 105.38 -
System Red Green Blue C M Y K H S L
Decimal 21 42 191 0.89 0.78 0 0.25 232.59 0.8 0.42
Hex 15 2A BF 59 4E 0 19 E9 50 2A
Octal 25 52 277 131 116 0 31 351 120 52
Binary 10101 101010 10111111 1011001 1001110 0 11001 11101001 1010000 101010

Color Harmonies of #152ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ABF

Black with #152ABF

Text Example


Text Example

White with #152ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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