Html Css Color HEX #1A5DAF Denim

📋 copy color: '#1A5DAF'

red 26 ◦ green 93 ◦ blue 175

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

Shades of Denim #1A5DAF

Tints of Denim #1A5DAF

RGB

 RED value IS 26 (10.55% from 255) = 8.84%

 GREEN value IS 93 (36.72% from 255) = 31.63%

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

R = 8.84%
G = 31.63%
B = 59.52%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1A5DAF (or 0x1A5DAF) is known color: Denim. HEX triplet: 1A, 5D and AF. RGB value is (26,93,175). Sum of RGB (Red+Green+Blue) = 26+93+175=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A5DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5DAF is #E5A250. Grayscale: #515151. Windows color (decimal): -15049297 or 11492634. OLE color: 11492634.

HSL color Cylindrical-coordinate representation of color #1A5DAF: hue angle of 213.02º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A5DAF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 93 175 -
CMYK 0.85 0.47 0 0.31
HSL 213.02º 0.74% 0.39% -
HSV(B) 213.02º 0.85% 0.69% -
XYZ 12.08 11.14 42.07 -
YUV 82.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 26 93 175 0.85 0.47 0 0.31 213.02 0.74 0.39
Hex 1A 5D AF 55 2F 0 1F D5 4A 27
Octal 32 135 257 125 57 0 37 325 112 47
Binary 11010 1011101 10101111 1010101 101111 0 11111 11010101 1001010 100111

Color Harmonies of #1A5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5DAF

Black with #1A5DAF

Text Example


Text Example

White with #1A5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A5DAF; }

 p { color: rgb(26,93,175); }

 H1.HeaderClassName
 {
   color: #1A5DAF;
 }
 .AnyTagClassName
 {
   color: #1A5DAF;
 }
</style>

background-color css

<style>
 a { background-color: #1A5DAF; }

 a { background-color: rgb(26,93,175); }

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

border-color css

<style>
 span { border-color: #1A5DAF; }

 span { border-color: rgb(26,93,175); }

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