Html Css Color HEX #10609F Denim

📋 copy color: '#10609F'

red 16 ◦ green 96 ◦ blue 159

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

Shades of Denim #10609F

Tints of Denim #10609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 5.9%
G = 35.42%
B = 58.67%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10609F (or 0x10609F) is known color: Denim. HEX triplet: 10, 60 and 9F. RGB value is (16,96,159). Sum of RGB (Red+Green+Blue) = 16+96+159=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #10609F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10609F is #EF9F60. Grayscale: #4E4E4E. Windows color (decimal): -15703905 or 10444816. OLE color: 10444816.

HSL color Cylindrical-coordinate representation of color #10609F: hue angle of 206.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10609F is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 96 159 -
CMYK 0.90 0.40 0 0.38
HSL 206.43º 0.82% 0.34% -
HSV(B) 206.43º 0.9% 0.62% -
XYZ 10.65 10.98 34.36 -
YUV 79.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 16 96 159 0.90 0.40 0 0.38 206.43 0.82 0.34
Hex 10 60 9F 5A 28 0 26 CE 52 22
Octal 20 140 237 132 50 0 46 316 122 42
Binary 10000 1100000 10011111 1011010 101000 0 100110 11001110 1010010 100010

Color Harmonies of #10609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10609F

Black with #10609F

Text Example


Text Example

White with #10609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10609F; }

 p { color: rgb(16,96,159); }

 H1.HeaderClassName
 {
   color: #10609F;
 }
 .AnyTagClassName
 {
   color: #10609F;
 }
</style>

background-color css

<style>
 a { background-color: #10609F; }

 a { background-color: rgb(16,96,159); }

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

border-color css

<style>
 span { border-color: #10609F; }

 span { border-color: rgb(16,96,159); }

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