Html Css Color HEX #185ABA Denim

📋 copy color: '#185ABA'

red 24 ◦ green 90 ◦ blue 186

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

Shades of Denim #185ABA

Tints of Denim #185ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 186 (73.05% from 255) = 62%

R = 8%
G = 30%
B = 62%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#185ABA (or 0x185ABA) is known color: Denim. HEX triplet: 18, 5A and BA. RGB value is (24,90,186). Sum of RGB (Red+Green+Blue) = 24+90+186=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #185ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ABA is #E7A545. Grayscale: #505050. Windows color (decimal): -15181126 or 12212760. OLE color: 12212760.

HSL color Cylindrical-coordinate representation of color #185ABA: hue angle of 215.56º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185ABA is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 90 186 -
CMYK 0.87 0.52 0 0.27
HSL 215.56º 0.77% 0.41% -
HSV(B) 215.56º 0.87% 0.73% -
XYZ 12.9 11.05 47.91 -
YUV 81.21 187.13 87.19 -
System Red Green Blue C M Y K H S L
Decimal 24 90 186 0.87 0.52 0 0.27 215.56 0.77 0.41
Hex 18 5A BA 57 34 0 1B D8 4D 29
Octal 30 132 272 127 64 0 33 330 115 51
Binary 11000 1011010 10111010 1010111 110100 0 11011 11011000 1001101 101001

Color Harmonies of #185ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185ABA

Black with #185ABA

Text Example


Text Example

White with #185ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,90,186); }

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

background-color css

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

 a { background-color: rgb(24,90,186); }

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

border-color css

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

 span { border-color: rgb(24,90,186); }

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