Html Css Color HEX #1A7CBB Denim

📋 copy color: '#1A7CBB'

red 26 ◦ green 124 ◦ blue 187

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

Shades of Denim #1A7CBB

Tints of Denim #1A7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 7.72%
G = 36.8%
B = 55.49%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A7CBB (or 0x1A7CBB) is known color: Denim. HEX triplet: 1A, 7C and BB. RGB value is (26,124,187). Sum of RGB (Red+Green+Blue) = 26+124+187=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A7CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7CBB is #E58344. Grayscale: #656565. Windows color (decimal): -15041349 or 12287002. OLE color: 12287002.

HSL color Cylindrical-coordinate representation of color #1A7CBB: hue angle of 203.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A7CBB is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 124 187 -
CMYK 0.86 0.34 0 0.27
HSL 203.48º 0.76% 0.42% -
HSV(B) 203.48º 0.86% 0.73% -
XYZ 16.6 18.22 49.66 -
YUV 101.88 176.03 73.88 -
System Red Green Blue C M Y K H S L
Decimal 26 124 187 0.86 0.34 0 0.27 203.48 0.76 0.42
Hex 1A 7C BB 56 22 0 1B CB 4C 2A
Octal 32 174 273 126 42 0 33 313 114 52
Binary 11010 1111100 10111011 1010110 100010 0 11011 11001011 1001100 101010

Color Harmonies of #1A7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7CBB

Black with #1A7CBB

Text Example


Text Example

White with #1A7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,124,187); }

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

background-color css

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

 a { background-color: rgb(26,124,187); }

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

border-color css

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

 span { border-color: rgb(26,124,187); }

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