Html Css Color HEX #1862AF Denim

📋 copy color: '#1862AF'

red 24 ◦ green 98 ◦ blue 175

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

Shades of Denim #1862AF

Tints of Denim #1862AF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 8.08%
G = 33%
B = 58.92%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1862AF (or 0x1862AF) is known color: Denim. HEX triplet: 18, 62 and AF. RGB value is (24,98,175). Sum of RGB (Red+Green+Blue) = 24+98+175=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #1862AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1862AF is #E79D50. Grayscale: #545454. Windows color (decimal): -15179089 or 11493912. OLE color: 11493912.

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

Color convert

RGB 24 98 175 -
CMYK 0.86 0.44 0 0.31
HSL 210.6º 0.76% 0.39% -
HSV(B) 210.6º 0.86% 0.69% -
XYZ 12.48 12.02 42.22 -
YUV 84.65 178.98 84.74 -
System Red Green Blue C M Y K H S L
Decimal 24 98 175 0.86 0.44 0 0.31 210.6 0.76 0.39
Hex 18 62 AF 56 2C 0 1F D3 4C 27
Octal 30 142 257 126 54 0 37 323 114 47
Binary 11000 1100010 10101111 1010110 101100 0 11111 11010011 1001100 100111

Color Harmonies of #1862AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1862AF

Black with #1862AF

Text Example


Text Example

White with #1862AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1862AF; }

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

 H1.HeaderClassName
 {
   color: #1862AF;
 }
 .AnyTagClassName
 {
   color: #1862AF;
 }
</style>

background-color css

<style>
 a { background-color: #1862AF; }

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

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

border-color css

<style>
 span { border-color: #1862AF; }

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

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