Html Css Color HEX #1053C0 Denim

📋 copy color: '#1053C0'

red 16 ◦ green 83 ◦ blue 192

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

Shades of Denim #1053C0

Tints of Denim #1053C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 192 (75.39% from 255) = 65.98%

R = 5.5%
G = 28.52%
B = 65.98%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1053C0 (or 0x1053C0) is known color: Denim. HEX triplet: 10, 53 and C0. RGB value is (16,83,192). Sum of RGB (Red+Green+Blue) = 16+83+192=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #1053C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053C0 is #EFAC3F. Grayscale: #4A4A4A. Windows color (decimal): -15707200 or 12604176. OLE color: 12604176.

HSL color Cylindrical-coordinate representation of color #1053C0: hue angle of 217.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1053C0 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 83 192 -
CMYK 0.92 0.57 0 0.25
HSL 217.16º 0.85% 0.41% -
HSV(B) 217.16º 0.92% 0.75% -
XYZ 12.82 10.1 51.14 -
YUV 75.39 193.8 85.64 -
System Red Green Blue C M Y K H S L
Decimal 16 83 192 0.92 0.57 0 0.25 217.16 0.85 0.41
Hex 10 53 C0 5C 39 0 19 D9 55 29
Octal 20 123 300 134 71 0 31 331 125 51
Binary 10000 1010011 11000000 1011100 111001 0 11001 11011001 1010101 101001

Color Harmonies of #1053C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1053C0

Black with #1053C0

Text Example


Text Example

White with #1053C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1053C0; }

 p { color: rgb(16,83,192); }

 H1.HeaderClassName
 {
   color: #1053C0;
 }
 .AnyTagClassName
 {
   color: #1053C0;
 }
</style>

background-color css

<style>
 a { background-color: #1053C0; }

 a { background-color: rgb(16,83,192); }

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

border-color css

<style>
 span { border-color: #1053C0; }

 span { border-color: rgb(16,83,192); }

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