Html Css Color HEX #1850BA Denim

📋 copy color: '#1850BA'

red 24 ◦ green 80 ◦ blue 186

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

Shades of Denim #1850BA

Tints of Denim #1850BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 8.28%
G = 27.59%
B = 64.14%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1850BA (or 0x1850BA) is known color: Denim. HEX triplet: 18, 50 and BA. RGB value is (24,80,186). Sum of RGB (Red+Green+Blue) = 24+80+186=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #1850BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850BA is #E7AF45. Grayscale: #4A4A4A. Windows color (decimal): -15183686 or 12210200. OLE color: 12210200.

HSL color Cylindrical-coordinate representation of color #1850BA: hue angle of 219.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1850BA is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 80 186 -
CMYK 0.87 0.57 0 0.27
HSL 219.26º 0.77% 0.41% -
HSV(B) 219.26º 0.87% 0.73% -
XYZ 12.11 9.48 47.65 -
YUV 75.34 190.45 91.38 -
System Red Green Blue C M Y K H S L
Decimal 24 80 186 0.87 0.57 0 0.27 219.26 0.77 0.41
Hex 18 50 BA 57 39 0 1B DB 4D 29
Octal 30 120 272 127 71 0 33 333 115 51
Binary 11000 1010000 10111010 1010111 111001 0 11011 11011011 1001101 101001

Color Harmonies of #1850BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850BA

Black with #1850BA

Text Example


Text Example

White with #1850BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1850BA; }

 p { color: rgb(24,80,186); }

 H1.HeaderClassName
 {
   color: #1850BA;
 }
 .AnyTagClassName
 {
   color: #1850BA;
 }
</style>

background-color css

<style>
 a { background-color: #1850BA; }

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

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

border-color css

<style>
 span { border-color: #1850BA; }

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

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