Html Css Color HEX #10688B Allports

📋 copy color: '#10688B'

red 16 ◦ green 104 ◦ blue 139

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

Shades of Allports #10688B

Tints of Allports #10688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.15%

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 6.18%
G = 40.15%
B = 53.67%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10688B (or 0x10688B) is known color: Allports. HEX triplet: 10, 68 and 8B. RGB value is (16,104,139). Sum of RGB (Red+Green+Blue) = 16+104+139=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #10688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10688B is #EF9774. Grayscale: #515151. Windows color (decimal): -15701877 or 9136144. OLE color: 9136144.

HSL color Cylindrical-coordinate representation of color #10688B: hue angle of 197.07º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10688B is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 104 139 -
CMYK 0.88 0.25 0 0.45
HSL 197.07º 0.79% 0.3% -
HSV(B) 197.07º 0.88% 0.55% -
XYZ 9.82 11.87 26.2 -
YUV 81.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 16 104 139 0.88 0.25 0 0.45 197.07 0.79 0.3
Hex 10 68 8B 58 19 0 2D C5 4F 1E
Octal 20 150 213 130 31 0 55 305 117 36
Binary 10000 1101000 10001011 1011000 11001 0 101101 11000101 1001111 11110

Color Harmonies of #10688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10688B

Black with #10688B

Text Example


Text Example

White with #10688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10688B; }

 p { color: rgb(16,104,139); }

 H1.HeaderClassName
 {
   color: #10688B;
 }
 .AnyTagClassName
 {
   color: #10688B;
 }
</style>

background-color css

<style>
 a { background-color: #10688B; }

 a { background-color: rgb(16,104,139); }

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

border-color css

<style>
 span { border-color: #10688B; }

 span { border-color: rgb(16,104,139); }

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