Html Css Color HEX #185BAF Denim

📋 copy color: '#185BAF'

red 24 ◦ green 91 ◦ blue 175

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

Shades of Denim #185BAF

Tints of Denim #185BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 8.28%
G = 31.38%
B = 60.34%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#185BAF (or 0x185BAF) is known color: Denim. HEX triplet: 18, 5B and AF. RGB value is (24,91,175). Sum of RGB (Red+Green+Blue) = 24+91+175=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #185BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BAF is #E7A450. Grayscale: #505050. Windows color (decimal): -15180881 or 11492120. OLE color: 11492120.

HSL color Cylindrical-coordinate representation of color #185BAF: hue angle of 213.38º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185BAF is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 91 175 -
CMYK 0.86 0.48 0 0.31
HSL 213.38º 0.76% 0.39% -
HSV(B) 213.38º 0.86% 0.69% -
XYZ 11.86 10.77 42.01 -
YUV 80.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 24 91 175 0.86 0.48 0 0.31 213.38 0.76 0.39
Hex 18 5B AF 56 30 0 1F D5 4C 27
Octal 30 133 257 126 60 0 37 325 114 47
Binary 11000 1011011 10101111 1010110 110000 0 11111 11010101 1001100 100111

Color Harmonies of #185BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BAF

Black with #185BAF

Text Example


Text Example

White with #185BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,91,175); }

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

background-color css

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

 a { background-color: rgb(24,91,175); }

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

border-color css

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

 span { border-color: rgb(24,91,175); }

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