Html Css Color HEX #185FD1 Denim

📋 copy color: '#185FD1'

red 24 ◦ green 95 ◦ blue 209

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

Shades of Denim #185FD1

Tints of Denim #185FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 209 (82.03% from 255) = 63.72%

R = 7.32%
G = 28.96%
B = 63.72%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#185FD1 (or 0x185FD1) is known color: Denim. HEX triplet: 18, 5F and D1. RGB value is (24,95,209). Sum of RGB (Red+Green+Blue) = 24+95+209=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 209 (82.03% from 255 or 63.72% from 328); Max value from RGB is 209 - color contains mainly: blue. Hex color #185FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FD1 is #E7A02E. Grayscale: #565656. Windows color (decimal): -15179823 or 13721368. OLE color: 13721368.

HSL color Cylindrical-coordinate representation of color #185FD1: hue angle of 216.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185FD1 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 95 209 -
CMYK 0.89 0.55 0 0.18
HSL 216.97º 0.79% 0.46% -
HSV(B) 216.97º 0.89% 0.82% -
XYZ 15.98 12.98 61.99 -
YUV 86.77 196.98 83.23 -
System Red Green Blue C M Y K H S L
Decimal 24 95 209 0.89 0.55 0 0.18 216.97 0.79 0.46
Hex 18 5F D1 59 37 0 12 D9 4F 2E
Octal 30 137 321 131 67 0 22 331 117 56
Binary 11000 1011111 11010001 1011001 110111 0 10010 11011001 1001111 101110

Color Harmonies of #185FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FD1

Black with #185FD1

Text Example


Text Example

White with #185FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185FD1; }

 p { color: rgb(24,95,209); }

 H1.HeaderClassName
 {
   color: #185FD1;
 }
 .AnyTagClassName
 {
   color: #185FD1;
 }
</style>

background-color css

<style>
 a { background-color: #185FD1; }

 a { background-color: rgb(24,95,209); }

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

border-color css

<style>
 span { border-color: #185FD1; }

 span { border-color: rgb(24,95,209); }

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