Html Css Color HEX #1868BE Denim

📋 copy color: '#1868BE'

red 24 ◦ green 104 ◦ blue 190

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

Shades of Denim #1868BE

Tints of Denim #1868BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

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

R = 7.55%
G = 32.7%
B = 59.75%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1868BE (or 0x1868BE) is known color: Denim. HEX triplet: 18, 68 and BE. RGB value is (24,104,190). Sum of RGB (Red+Green+Blue) = 24+104+190=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #1868BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1868BE is #E79741. Grayscale: #595959. Windows color (decimal): -15177538 or 12478488. OLE color: 12478488.

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

Color convert

RGB 24 104 190 -
CMYK 0.87 0.45 0 0.25
HSL 211.08º 0.78% 0.42% -
HSV(B) 211.08º 0.87% 0.75% -
XYZ 14.62 13.81 50.61 -
YUV 89.88 184.5 81.01 -
System Red Green Blue C M Y K H S L
Decimal 24 104 190 0.87 0.45 0 0.25 211.08 0.78 0.42
Hex 18 68 BE 57 2D 0 19 D3 4E 2A
Octal 30 150 276 127 55 0 31 323 116 52
Binary 11000 1101000 10111110 1010111 101101 0 11001 11010011 1001110 101010

Color Harmonies of #1868BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1868BE

Black with #1868BE

Text Example


Text Example

White with #1868BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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