Html Css Color HEX #1865AB Denim

📋 copy color: '#1865AB'

red 24 ◦ green 101 ◦ blue 171

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

Shades of Denim #1865AB

Tints of Denim #1865AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 8.11%
G = 34.12%
B = 57.77%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1865AB (or 0x1865AB) is known color: Denim. HEX triplet: 18, 65 and AB. RGB value is (24,101,171). Sum of RGB (Red+Green+Blue) = 24+101+171=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #1865AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1865AB is #E79A54. Grayscale: #555555. Windows color (decimal): -15178325 or 11232536. OLE color: 11232536.

HSL color Cylindrical-coordinate representation of color #1865AB: hue angle of 208.57º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1865AB is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 101 171 -
CMYK 0.86 0.41 0 0.33
HSL 208.57º 0.75% 0.38% -
HSV(B) 208.57º 0.86% 0.67% -
XYZ 12.38 12.44 40.28 -
YUV 85.96 175.99 83.81 -
System Red Green Blue C M Y K H S L
Decimal 24 101 171 0.86 0.41 0 0.33 208.57 0.75 0.38
Hex 18 65 AB 56 29 0 21 D1 4B 26
Octal 30 145 253 126 51 0 41 321 113 46
Binary 11000 1100101 10101011 1010110 101001 0 100001 11010001 1001011 100110

Color Harmonies of #1865AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865AB

Black with #1865AB

Text Example


Text Example

White with #1865AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1865AB; }

 p { color: rgb(24,101,171); }

 H1.HeaderClassName
 {
   color: #1865AB;
 }
 .AnyTagClassName
 {
   color: #1865AB;
 }
</style>

background-color css

<style>
 a { background-color: #1865AB; }

 a { background-color: rgb(24,101,171); }

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

border-color css

<style>
 span { border-color: #1865AB; }

 span { border-color: rgb(24,101,171); }

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