Html Css Color HEX #1057B3 Denim

📋 copy color: '#1057B3'

red 16 ◦ green 87 ◦ blue 179

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

Shades of Denim #1057B3

Tints of Denim #1057B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 63.48%

R = 5.67%
G = 30.85%
B = 63.48%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1057B3 (or 0x1057B3) is known color: Denim. HEX triplet: 10, 57 and B3. RGB value is (16,87,179). Sum of RGB (Red+Green+Blue) = 16+87+179=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #1057B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1057B3 is #EFA84C. Grayscale: #4B4B4B. Windows color (decimal): -15706189 or 11753232. OLE color: 11753232.

HSL color Cylindrical-coordinate representation of color #1057B3: hue angle of 213.87º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1057B3 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 87 179 -
CMYK 0.91 0.51 0 0.30
HSL 213.87º 0.84% 0.38% -
HSV(B) 213.87º 0.91% 0.7% -
XYZ 11.76 10.18 43.99 -
YUV 76.26 185.98 85.02 -
System Red Green Blue C M Y K H S L
Decimal 16 87 179 0.91 0.51 0 0.30 213.87 0.84 0.38
Hex 10 57 B3 5B 33 0 1E D6 54 26
Octal 20 127 263 133 63 0 36 326 124 46
Binary 10000 1010111 10110011 1011011 110011 0 11110 11010110 1010100 100110

Color Harmonies of #1057B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1057B3

Black with #1057B3

Text Example


Text Example

White with #1057B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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