Html Css Color HEX #152ABB Persian Blue

📋 copy color: '#152ABB'

red 21 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #152ABB

Tints of Persian Blue #152ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.8%

R = 8.4%
G = 16.8%
B = 74.8%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#152ABB (or 0x152ABB) is known color: Persian Blue. HEX triplet: 15, 2A and BB. RGB value is (21,42,187). Sum of RGB (Red+Green+Blue) = 21+42+187=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #152ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ABB is #EAD544. Grayscale: #333333. Windows color (decimal): -15390021 or 12266005. OLE color: 12266005.

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

Color convert

RGB 21 42 187 -
CMYK 0.89 0.78 0 0.27
HSL 232.41º 0.8% 0.41% -
HSV(B) 232.41º 0.89% 0.73% -
XYZ 10.11 5.4 47.52 -
YUV 52.25 204.04 105.71 -
System Red Green Blue C M Y K H S L
Decimal 21 42 187 0.89 0.78 0 0.27 232.41 0.8 0.41
Hex 15 2A BB 59 4E 0 1B E8 50 29
Octal 25 52 273 131 116 0 33 350 120 51
Binary 10101 101010 10111011 1011001 1001110 0 11011 11101000 1010000 101001

Color Harmonies of #152ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ABB

Black with #152ABB

Text Example


Text Example

White with #152ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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