Html Css Color HEX #151ABC Persian Blue

📋 copy color: '#151ABC'

red 21 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #151ABC

Tints of Persian Blue #151ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.06%

 BLUE value IS 188 (73.83% from 255) = 80%

R = 8.94%
G = 11.06%
B = 80%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#151ABC (or 0x151ABC) is known color: Persian Blue. HEX triplet: 15, 1A and BC. RGB value is (21,26,188). Sum of RGB (Red+Green+Blue) = 21+26+188=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #151ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ABC is #EAE543. Grayscale: #2A2A2A. Windows color (decimal): -15394116 or 12327445. OLE color: 12327445.

HSL color Cylindrical-coordinate representation of color #151ABC: hue angle of 238.2º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151ABC is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 26 188 -
CMYK 0.89 0.86 0 0.26
HSL 238.2º 0.8% 0.41% -
HSV(B) 238.2º 0.89% 0.74% -
XYZ 9.76 4.53 47.94 -
YUV 42.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 21 26 188 0.89 0.86 0 0.26 238.2 0.8 0.41
Hex 15 1A BC 59 56 0 1A EE 50 29
Octal 25 32 274 131 126 0 32 356 120 51
Binary 10101 11010 10111100 1011001 1010110 0 11010 11101110 1010000 101001

Color Harmonies of #151ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ABC

Black with #151ABC

Text Example


Text Example

White with #151ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151ABC; }

 p { color: rgb(21,26,188); }

 H1.HeaderClassName
 {
   color: #151ABC;
 }
 .AnyTagClassName
 {
   color: #151ABC;
 }
</style>

background-color css

<style>
 a { background-color: #151ABC; }

 a { background-color: rgb(21,26,188); }

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

border-color css

<style>
 span { border-color: #151ABC; }

 span { border-color: rgb(21,26,188); }

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