Html Css Color HEX #1875BF Denim

📋 copy color: '#1875BF'

red 24 ◦ green 117 ◦ blue 191

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

Shades of Denim #1875BF

Tints of Denim #1875BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 191 (75% from 255) = 57.53%

R = 7.23%
G = 35.24%
B = 57.53%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1875BF (or 0x1875BF) is known color: Denim. HEX triplet: 18, 75 and BF. RGB value is (24,117,191). Sum of RGB (Red+Green+Blue) = 24+117+191=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #1875BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1875BF is #E78A40. Grayscale: #616161. Windows color (decimal): -15174209 or 12547352. OLE color: 12547352.

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

Color convert

RGB 24 117 191 -
CMYK 0.87 0.39 0 0.25
HSL 206.59º 0.78% 0.42% -
HSV(B) 206.59º 0.87% 0.75% -
XYZ 16.14 16.68 51.66 -
YUV 97.63 180.69 75.48 -
System Red Green Blue C M Y K H S L
Decimal 24 117 191 0.87 0.39 0 0.25 206.59 0.78 0.42
Hex 18 75 BF 57 27 0 19 CF 4E 2A
Octal 30 165 277 127 47 0 31 317 116 52
Binary 11000 1110101 10111111 1010111 100111 0 11001 11001111 1001110 101010

Color Harmonies of #1875BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875BF

Black with #1875BF

Text Example


Text Example

White with #1875BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1875BF; }

 p { color: rgb(24,117,191); }

 H1.HeaderClassName
 {
   color: #1875BF;
 }
 .AnyTagClassName
 {
   color: #1875BF;
 }
</style>

background-color css

<style>
 a { background-color: #1875BF; }

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

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

border-color css

<style>
 span { border-color: #1875BF; }

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

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