Html Css Color HEX #181ABC Persian Blue

📋 copy color: '#181ABC'

red 24 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #181ABC

Tints of Persian Blue #181ABC

RGB

 RED value IS 24 (9.77% from 255) = 10.08%

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

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

R = 10.08%
G = 10.92%
B = 78.99%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#181ABC (or 0x181ABC) is known color: Persian Blue. HEX triplet: 18, 1A and BC. RGB value is (24,26,188). Sum of RGB (Red+Green+Blue) = 24+26+188=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #181ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ABC is #E7E543. Grayscale: #2B2B2B. Windows color (decimal): -15197508 or 12327448. OLE color: 12327448.

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

Color convert

RGB 24 26 188 -
CMYK 0.87 0.86 0 0.26
HSL 239.27º 0.77% 0.42% -
HSV(B) 239.27º 0.87% 0.74% -
XYZ 9.82 4.56 47.94 -
YUV 43.87 209.34 113.83 -
System Red Green Blue C M Y K H S L
Decimal 24 26 188 0.87 0.86 0 0.26 239.27 0.77 0.42
Hex 18 1A BC 57 56 0 1A EF 4D 2A
Octal 30 32 274 127 126 0 32 357 115 52
Binary 11000 11010 10111100 1010111 1010110 0 11010 11101111 1001101 101010

Color Harmonies of #181ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181ABC

Black with #181ABC

Text Example


Text Example

White with #181ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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