Html Css Color HEX #1074B9 Denim

📋 copy color: '#1074B9'

red 16 ◦ green 116 ◦ blue 185

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

Shades of Denim #1074B9

Tints of Denim #1074B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 185 (72.66% from 255) = 58.36%

R = 5.05%
G = 36.59%
B = 58.36%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1074B9 (or 0x1074B9) is known color: Denim. HEX triplet: 10, 74 and B9. RGB value is (16,116,185). Sum of RGB (Red+Green+Blue) = 16+116+185=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #1074B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074B9 is #EF8B46. Grayscale: #5D5D5D. Windows color (decimal): -15698759 or 12153872. OLE color: 12153872.

HSL color Cylindrical-coordinate representation of color #1074B9: hue angle of 204.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1074B9 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 116 185 -
CMYK 0.91 0.37 0 0.27
HSL 204.5º 0.84% 0.39% -
HSV(B) 204.5º 0.91% 0.73% -
XYZ 15.22 16.1 48.21 -
YUV 93.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 16 116 185 0.91 0.37 0 0.27 204.5 0.84 0.39
Hex 10 74 B9 5B 25 0 1B CC 54 27
Octal 20 164 271 133 45 0 33 314 124 47
Binary 10000 1110100 10111001 1011011 100101 0 11011 11001100 1010100 100111

Color Harmonies of #1074B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074B9

Black with #1074B9

Text Example


Text Example

White with #1074B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1074B9; }

 p { color: rgb(16,116,185); }

 H1.HeaderClassName
 {
   color: #1074B9;
 }
 .AnyTagClassName
 {
   color: #1074B9;
 }
</style>

background-color css

<style>
 a { background-color: #1074B9; }

 a { background-color: rgb(16,116,185); }

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

border-color css

<style>
 span { border-color: #1074B9; }

 span { border-color: rgb(16,116,185); }

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