Html Css Color HEX #1065BE Denim

📋 copy color: '#1065BE'

red 16 ◦ green 101 ◦ blue 190

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

Shades of Denim #1065BE

Tints of Denim #1065BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 5.21%
G = 32.9%
B = 61.89%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1065BE (or 0x1065BE) is known color: Denim. HEX triplet: 10, 65 and BE. RGB value is (16,101,190). Sum of RGB (Red+Green+Blue) = 16+101+190=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #1065BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065BE is #EF9A41. Grayscale: #555555. Windows color (decimal): -15702594 or 12477712. OLE color: 12477712.

HSL color Cylindrical-coordinate representation of color #1065BE: hue angle of 210.69º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1065BE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 101 190 -
CMYK 0.92 0.47 0 0.25
HSL 210.69º 0.84% 0.4% -
HSV(B) 210.69º 0.92% 0.75% -
XYZ 14.16 13.14 50.5 -
YUV 85.73 186.84 78.26 -
System Red Green Blue C M Y K H S L
Decimal 16 101 190 0.92 0.47 0 0.25 210.69 0.84 0.4
Hex 10 65 BE 5C 2F 0 19 D3 54 28
Octal 20 145 276 134 57 0 31 323 124 50
Binary 10000 1100101 10111110 1011100 101111 0 11001 11010011 1010100 101000

Color Harmonies of #1065BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065BE

Black with #1065BE

Text Example


Text Example

White with #1065BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1065BE; }

 p { color: rgb(16,101,190); }

 H1.HeaderClassName
 {
   color: #1065BE;
 }
 .AnyTagClassName
 {
   color: #1065BE;
 }
</style>

background-color css

<style>
 a { background-color: #1065BE; }

 a { background-color: rgb(16,101,190); }

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

border-color css

<style>
 span { border-color: #1065BE; }

 span { border-color: rgb(16,101,190); }

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