Html Css Color HEX #1A18BC Persian Blue

📋 copy color: '#1A18BC'

red 26 ◦ green 24 ◦ blue 188

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

Shades of Persian Blue #1A18BC

Tints of Persian Blue #1A18BC

RGB

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

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

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

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

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A18BC (or 0x1A18BC) is known color: Persian Blue. HEX triplet: 1A, 18 and BC. RGB value is (26,24,188). Sum of RGB (Red+Green+Blue) = 26+24+188=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 24 (9.77% from 255 or 10.08% 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 #1A18BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A18BC is #E5E743. Grayscale: #2A2A2A. Windows color (decimal): -15066948 or 12326938. OLE color: 12326938.

HSL color Cylindrical-coordinate representation of color #1A18BC: hue angle of 240.73º 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 #1A18BC is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 24 188 -
CMYK 0.86 0.87 0 0.26
HSL 240.73º 0.77% 0.42% -
HSV(B) 240.73º 0.87% 0.74% -
XYZ 9.83 4.5 47.93 -
YUV 43.29 209.66 115.66 -
System Red Green Blue C M Y K H S L
Decimal 26 24 188 0.86 0.87 0 0.26 240.73 0.77 0.42
Hex 1A 18 BC 56 57 0 1A F1 4D 2A
Octal 32 30 274 126 127 0 32 361 115 52
Binary 11010 11000 10111100 1010110 1010111 0 11010 11110001 1001101 101010

Color Harmonies of #1A18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A18BC

Black with #1A18BC

Text Example


Text Example

White with #1A18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A18BC; }

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

 H1.HeaderClassName
 {
   color: #1A18BC;
 }
 .AnyTagClassName
 {
   color: #1A18BC;
 }
</style>

background-color css

<style>
 a { background-color: #1A18BC; }

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

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

border-color css

<style>
 span { border-color: #1A18BC; }

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

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