Html Css Color HEX #1875CF Denim

📋 copy color: '#1875CF'

red 24 ◦ green 117 ◦ blue 207

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

Shades of Denim #1875CF

Tints of Denim #1875CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 6.9%
G = 33.62%
B = 59.48%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1875CF (or 0x1875CF) is known color: Denim. HEX triplet: 18, 75 and CF. RGB value is (24,117,207). Sum of RGB (Red+Green+Blue) = 24+117+207=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #1875CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1875CF is #E78A30. Grayscale: #636363. Windows color (decimal): -15174193 or 13595928. OLE color: 13595928.

HSL color Cylindrical-coordinate representation of color #1875CF: hue angle of 209.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1875CF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 117 207 -
CMYK 0.88 0.43 0 0.19
HSL 209.51º 0.79% 0.45% -
HSV(B) 209.51º 0.88% 0.81% -
XYZ 18 17.42 61.45 -
YUV 99.45 188.69 74.18 -
System Red Green Blue C M Y K H S L
Decimal 24 117 207 0.88 0.43 0 0.19 209.51 0.79 0.45
Hex 18 75 CF 58 2B 0 13 D2 4F 2D
Octal 30 165 317 130 53 0 23 322 117 55
Binary 11000 1110101 11001111 1011000 101011 0 10011 11010010 1001111 101101

Color Harmonies of #1875CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875CF

Black with #1875CF

Text Example


Text Example

White with #1875CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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