Html Css Color HEX #1057AD Denim

📋 copy color: '#1057AD'

red 16 ◦ green 87 ◦ blue 173

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

Shades of Denim #1057AD

Tints of Denim #1057AD

RGB

 RED value IS 16 (6.64% from 255) = 5.8%

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 5.8%
G = 31.52%
B = 62.68%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1057AD (or 0x1057AD) is known color: Denim. HEX triplet: 10, 57 and AD. RGB value is (16,87,173). Sum of RGB (Red+Green+Blue) = 16+87+173=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1057AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1057AD is #EFA852. Grayscale: #4B4B4B. Windows color (decimal): -15706195 or 11360016. OLE color: 11360016.

HSL color Cylindrical-coordinate representation of color #1057AD: hue angle of 212.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1057AD is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 87 173 -
CMYK 0.91 0.50 0 0.32
HSL 212.87º 0.83% 0.37% -
HSV(B) 212.87º 0.91% 0.68% -
XYZ 11.16 9.94 40.87 -
YUV 75.58 182.98 85.51 -
System Red Green Blue C M Y K H S L
Decimal 16 87 173 0.91 0.50 0 0.32 212.87 0.83 0.37
Hex 10 57 AD 5B 32 0 20 D5 53 25
Octal 20 127 255 133 62 0 40 325 123 45
Binary 10000 1010111 10101101 1011011 110010 0 100000 11010101 1010011 100101

Color Harmonies of #1057AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1057AD

Black with #1057AD

Text Example


Text Example

White with #1057AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1057AD; }

 p { color: rgb(16,87,173); }

 H1.HeaderClassName
 {
   color: #1057AD;
 }
 .AnyTagClassName
 {
   color: #1057AD;
 }
</style>

background-color css

<style>
 a { background-color: #1057AD; }

 a { background-color: rgb(16,87,173); }

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

border-color css

<style>
 span { border-color: #1057AD; }

 span { border-color: rgb(16,87,173); }

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