Html Css Color HEX #1865AA Denim

📋 copy color: '#1865AA'

red 24 ◦ green 101 ◦ blue 170

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

Shades of Denim #1865AA

Tints of Denim #1865AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 8.14%
G = 34.24%
B = 57.63%

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

#1865AA (or 0x1865AA) is known color: Denim. HEX triplet: 18, 65 and AA. RGB value is (24,101,170). Sum of RGB (Red+Green+Blue) = 24+101+170=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #1865AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1865AA is #E79A55. Grayscale: #555555. Windows color (decimal): -15178326 or 11167000. OLE color: 11167000.

HSL color Cylindrical-coordinate representation of color #1865AA: hue angle of 208.36º 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 #1865AA is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 101 170 -
CMYK 0.86 0.41 0 0.33
HSL 208.36º 0.75% 0.38% -
HSV(B) 208.36º 0.86% 0.67% -
XYZ 12.29 12.4 39.78 -
YUV 85.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 24 101 170 0.86 0.41 0 0.33 208.36 0.75 0.38
Hex 18 65 AA 56 29 0 21 D0 4B 26
Octal 30 145 252 126 51 0 41 320 113 46
Binary 11000 1100101 10101010 1010110 101001 0 100001 11010000 1001011 100110

Color Harmonies of #1865AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865AA

Black with #1865AA

Text Example


Text Example

White with #1865AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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