Html Css Color HEX #1065B1 Denim

📋 copy color: '#1065B1'

red 16 ◦ green 101 ◦ blue 177

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

Shades of Denim #1065B1

Tints of Denim #1065B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 5.44%
G = 34.35%
B = 60.2%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1065B1 (or 0x1065B1) is known color: Denim. HEX triplet: 10, 65 and B1. RGB value is (16,101,177). Sum of RGB (Red+Green+Blue) = 16+101+177=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #1065B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1065B1 is #EF9A4E. Grayscale: #535353. Windows color (decimal): -15702607 or 11625744. OLE color: 11625744.

HSL color Cylindrical-coordinate representation of color #1065B1: hue angle of 208.32º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1065B1 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 101 177 -
CMYK 0.91 0.43 0 0.31
HSL 208.32º 0.83% 0.38% -
HSV(B) 208.32º 0.91% 0.69% -
XYZ 12.8 12.59 43.35 -
YUV 84.25 180.34 79.32 -
System Red Green Blue C M Y K H S L
Decimal 16 101 177 0.91 0.43 0 0.31 208.32 0.83 0.38
Hex 10 65 B1 5B 2B 0 1F D0 53 26
Octal 20 145 261 133 53 0 37 320 123 46
Binary 10000 1100101 10110001 1011011 101011 0 11111 11010000 1010011 100110

Color Harmonies of #1065B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065B1

Black with #1065B1

Text Example


Text Example

White with #1065B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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