Html Css Color HEX #185CAF Denim

📋 copy color: '#185CAF'

red 24 ◦ green 92 ◦ blue 175

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

Shades of Denim #185CAF

Tints of Denim #185CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 8.25%
G = 31.62%
B = 60.14%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#185CAF (or 0x185CAF) is known color: Denim. HEX triplet: 18, 5C and AF. RGB value is (24,92,175). Sum of RGB (Red+Green+Blue) = 24+92+175=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #185CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CAF is #E7A350. Grayscale: #505050. Windows color (decimal): -15180625 or 11492376. OLE color: 11492376.

HSL color Cylindrical-coordinate representation of color #185CAF: hue angle of 212.98º 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 #185CAF is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 92 175 -
CMYK 0.86 0.47 0 0.31
HSL 212.98º 0.76% 0.39% -
HSV(B) 212.98º 0.86% 0.69% -
XYZ 11.94 10.94 42.04 -
YUV 81.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 24 92 175 0.86 0.47 0 0.31 212.98 0.76 0.39
Hex 18 5C AF 56 2F 0 1F D5 4C 27
Octal 30 134 257 126 57 0 37 325 114 47
Binary 11000 1011100 10101111 1010110 101111 0 11111 11010101 1001100 100111

Color Harmonies of #185CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CAF

Black with #185CAF

Text Example


Text Example

White with #185CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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