Html Css Color HEX #1A688D Allports

📋 copy color: '#1A688D'

red 26 ◦ green 104 ◦ blue 141

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

Shades of Allports #1A688D

Tints of Allports #1A688D

RGB

 RED value IS 26 (10.55% from 255) = 9.59%

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 9.59%
G = 38.38%
B = 52.03%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A688D (or 0x1A688D) is known color: Allports. HEX triplet: 1A, 68 and 8D. RGB value is (26,104,141). Sum of RGB (Red+Green+Blue) = 26+104+141=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A688D is #E59772. Grayscale: #545454. Windows color (decimal): -15046515 or 9267226. OLE color: 9267226.

HSL color Cylindrical-coordinate representation of color #1A688D: hue angle of 199.3º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A688D is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 104 141 -
CMYK 0.82 0.26 0 0.45
HSL 199.3º 0.69% 0.33% -
HSV(B) 199.3º 0.82% 0.55% -
XYZ 10.18 12.04 26.99 -
YUV 84.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 26 104 141 0.82 0.26 0 0.45 199.3 0.69 0.33
Hex 1A 68 8D 52 1A 0 2D C7 45 21
Octal 32 150 215 122 32 0 55 307 105 41
Binary 11010 1101000 10001101 1010010 11010 0 101101 11000111 1000101 100001

Color Harmonies of #1A688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A688D

Black with #1A688D

Text Example


Text Example

White with #1A688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A688D; }

 p { color: rgb(26,104,141); }

 H1.HeaderClassName
 {
   color: #1A688D;
 }
 .AnyTagClassName
 {
   color: #1A688D;
 }
</style>

background-color css

<style>
 a { background-color: #1A688D; }

 a { background-color: rgb(26,104,141); }

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

border-color css

<style>
 span { border-color: #1A688D; }

 span { border-color: rgb(26,104,141); }

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