Html Css Color HEX #1874BA Denim

📋 copy color: '#1874BA'

red 24 ◦ green 116 ◦ blue 186

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

Shades of Denim #1874BA

Tints of Denim #1874BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 7.36%
G = 35.58%
B = 57.06%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1874BA (or 0x1874BA) is known color: Denim. HEX triplet: 18, 74 and BA. RGB value is (24,116,186). Sum of RGB (Red+Green+Blue) = 24+116+186=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #1874BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874BA is #E78B45. Grayscale: #606060. Windows color (decimal): -15174470 or 12219416. OLE color: 12219416.

HSL color Cylindrical-coordinate representation of color #1874BA: hue angle of 205.93º 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 #1874BA is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 116 186 -
CMYK 0.87 0.38 0 0.27
HSL 205.93º 0.77% 0.41% -
HSV(B) 205.93º 0.87% 0.73% -
XYZ 15.49 16.23 48.77 -
YUV 96.47 178.52 76.31 -
System Red Green Blue C M Y K H S L
Decimal 24 116 186 0.87 0.38 0 0.27 205.93 0.77 0.41
Hex 18 74 BA 57 26 0 1B CE 4D 29
Octal 30 164 272 127 46 0 33 316 115 51
Binary 11000 1110100 10111010 1010111 100110 0 11011 11001110 1001101 101001

Color Harmonies of #1874BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1874BA

Black with #1874BA

Text Example


Text Example

White with #1874BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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