Html Css Color HEX #185BA4 Denim

📋 copy color: '#185BA4'

red 24 ◦ green 91 ◦ blue 164

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

Shades of Denim #185BA4

Tints of Denim #185BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.78%

R = 8.6%
G = 32.62%
B = 58.78%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#185BA4 (or 0x185BA4) is known color: Denim. HEX triplet: 18, 5B and A4. RGB value is (24,91,164). Sum of RGB (Red+Green+Blue) = 24+91+164=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #185BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BA4 is #E7A45B. Grayscale: #4E4E4E. Windows color (decimal): -15180892 or 10771224. OLE color: 10771224.

HSL color Cylindrical-coordinate representation of color #185BA4: hue angle of 211.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185BA4 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 91 164 -
CMYK 0.85 0.45 0 0.36
HSL 211.29º 0.74% 0.37% -
HSV(B) 211.29º 0.85% 0.64% -
XYZ 10.82 10.36 36.55 -
YUV 79.29 175.8 88.56 -
System Red Green Blue C M Y K H S L
Decimal 24 91 164 0.85 0.45 0 0.36 211.29 0.74 0.37
Hex 18 5B A4 55 2D 0 24 D3 4A 25
Octal 30 133 244 125 55 0 44 323 112 45
Binary 11000 1011011 10100100 1010101 101101 0 100100 11010011 1001010 100101

Color Harmonies of #185BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BA4

Black with #185BA4

Text Example


Text Example

White with #185BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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