Html Css Color HEX #10619F Denim

📋 copy color: '#10619F'

red 16 ◦ green 97 ◦ blue 159

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

Shades of Denim #10619F

Tints of Denim #10619F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.66%

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

R = 5.88%
G = 35.66%
B = 58.46%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10619F (or 0x10619F) is known color: Denim. HEX triplet: 10, 61 and 9F. RGB value is (16,97,159). Sum of RGB (Red+Green+Blue) = 16+97+159=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #10619F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10619F is #EF9E60. Grayscale: #4F4F4F. Windows color (decimal): -15703649 or 10445072. OLE color: 10445072.

HSL color Cylindrical-coordinate representation of color #10619F: hue angle of 206.01º 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 #10619F is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 97 159 -
CMYK 0.90 0.39 0 0.38
HSL 206.01º 0.82% 0.34% -
HSV(B) 206.01º 0.9% 0.62% -
XYZ 10.75 11.16 34.39 -
YUV 79.85 172.66 82.46 -
System Red Green Blue C M Y K H S L
Decimal 16 97 159 0.90 0.39 0 0.38 206.01 0.82 0.34
Hex 10 61 9F 5A 27 0 26 CE 52 22
Octal 20 141 237 132 47 0 46 316 122 42
Binary 10000 1100001 10011111 1011010 100111 0 100110 11001110 1010010 100010

Color Harmonies of #10619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10619F

Black with #10619F

Text Example


Text Example

White with #10619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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