Html Css Color HEX #1818BE Persian Blue

📋 copy color: '#1818BE'

red 24 ◦ green 24 ◦ blue 190

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

Shades of Persian Blue #1818BE

Tints of Persian Blue #1818BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 10.08%
G = 10.08%
B = 79.83%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1818BE (or 0x1818BE) is known color: Persian Blue. HEX triplet: 18, 18 and BE. RGB value is (24,24,190). Sum of RGB (Red+Green+Blue) = 24+24+190=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #1818BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818BE is #E7E741. Grayscale: #2A2A2A. Windows color (decimal): -15198018 or 12458008. OLE color: 12458008.

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

Color convert

RGB 24 24 190 -
CMYK 0.87 0.87 0 0.25
HSL 240º 0.78% 0.42% -
HSV(B) 240º 0.87% 0.75% -
XYZ 10 4.57 49.07 -
YUV 42.92 211 114.5 -
System Red Green Blue C M Y K H S L
Decimal 24 24 190 0.87 0.87 0 0.25 240 0.78 0.42
Hex 18 18 BE 57 57 0 19 F0 4E 2A
Octal 30 30 276 127 127 0 31 360 116 52
Binary 11000 11000 10111110 1010111 1010111 0 11001 11110000 1001110 101010

Color Harmonies of #1818BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1818BE

Black with #1818BE

Text Example


Text Example

White with #1818BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1818BE; }

 p { color: rgb(24,24,190); }

 H1.HeaderClassName
 {
   color: #1818BE;
 }
 .AnyTagClassName
 {
   color: #1818BE;
 }
</style>

background-color css

<style>
 a { background-color: #1818BE; }

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

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

border-color css

<style>
 span { border-color: #1818BE; }

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

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