Html Css Color HEX #1918BE Persian Blue

📋 copy color: '#1918BE'

red 25 ◦ green 24 ◦ blue 190

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

Shades of Persian Blue #1918BE

Tints of Persian Blue #1918BE

RGB

 RED value IS 25 (10.16% from 255) = 10.46%

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

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

R = 10.46%
G = 10.04%
B = 79.5%

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

#1918BE (or 0x1918BE) is known color: Persian Blue. HEX triplet: 19, 18 and BE. RGB value is (25,24,190). Sum of RGB (Red+Green+Blue) = 25+24+190=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #1918BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1918BE is #E6E741. Grayscale: #2A2A2A. Windows color (decimal): -15132482 or 12458009. OLE color: 12458009.

HSL color Cylindrical-coordinate representation of color #1918BE: hue angle of 240.36º 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 #1918BE is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

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

Color Harmonies of #1918BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1918BE

Black with #1918BE

Text Example


Text Example

White with #1918BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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