Html Css Color HEX #1858A7 Denim

📋 copy color: '#1858A7'

red 24 ◦ green 88 ◦ blue 167

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

Shades of Denim #1858A7

Tints of Denim #1858A7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 167 (65.63% from 255) = 59.86%

R = 8.6%
G = 31.54%
B = 59.86%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1858A7 (or 0x1858A7) is known color: Denim. HEX triplet: 18, 58 and A7. RGB value is (24,88,167). Sum of RGB (Red+Green+Blue) = 24+88+167=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #1858A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1858A7 is #E7A758. Grayscale: #4D4D4D. Windows color (decimal): -15181657 or 10967064. OLE color: 10967064.

HSL color Cylindrical-coordinate representation of color #1858A7: hue angle of 213.15º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1858A7 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 88 167 -
CMYK 0.86 0.47 0 0.35
HSL 213.15º 0.75% 0.37% -
HSV(B) 213.15º 0.86% 0.65% -
XYZ 10.84 9.96 37.91 -
YUV 77.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 24 88 167 0.86 0.47 0 0.35 213.15 0.75 0.37
Hex 18 58 A7 56 2F 0 23 D5 4B 25
Octal 30 130 247 126 57 0 43 325 113 45
Binary 11000 1011000 10100111 1010110 101111 0 100011 11010101 1001011 100101

Color Harmonies of #1858A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1858A7

Black with #1858A7

Text Example


Text Example

White with #1858A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1858A7; }

 p { color: rgb(24,88,167); }

 H1.HeaderClassName
 {
   color: #1858A7;
 }
 .AnyTagClassName
 {
   color: #1858A7;
 }
</style>

background-color css

<style>
 a { background-color: #1858A7; }

 a { background-color: rgb(24,88,167); }

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

border-color css

<style>
 span { border-color: #1858A7; }

 span { border-color: rgb(24,88,167); }

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