Html Css Color HEX #1276BC Denim

📋 copy color: '#1276BC'

red 18 ◦ green 118 ◦ blue 188

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

Shades of Denim #1276BC

Tints of Denim #1276BC

RGB

 RED value IS 18 (7.42% from 255) = 5.56%

 GREEN value IS 118 (46.48% from 255) = 36.42%

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 5.56%
G = 36.42%
B = 58.02%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1276BC (or 0x1276BC) is known color: Denim. HEX triplet: 12, 76 and BC. RGB value is (18,118,188). Sum of RGB (Red+Green+Blue) = 18+118+188=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #1276BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276BC is #ED8943. Grayscale: #5F5F5F. Windows color (decimal): -15567172 or 12350994. OLE color: 12350994.

HSL color Cylindrical-coordinate representation of color #1276BC: hue angle of 204.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1276BC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 118 188 -
CMYK 0.90 0.37 0 0.26
HSL 204.71º 0.83% 0.4% -
HSV(B) 204.71º 0.9% 0.74% -
XYZ 15.8 16.72 49.97 -
YUV 96.08 179.87 72.31 -
System Red Green Blue C M Y K H S L
Decimal 18 118 188 0.90 0.37 0 0.26 204.71 0.83 0.4
Hex 12 76 BC 5A 25 0 1A CD 53 28
Octal 22 166 274 132 45 0 32 315 123 50
Binary 10010 1110110 10111100 1011010 100101 0 11010 11001101 1010011 101000

Color Harmonies of #1276BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276BC

Black with #1276BC

Text Example


Text Example

White with #1276BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1276BC; }

 p { color: rgb(18,118,188); }

 H1.HeaderClassName
 {
   color: #1276BC;
 }
 .AnyTagClassName
 {
   color: #1276BC;
 }
</style>

background-color css

<style>
 a { background-color: #1276BC; }

 a { background-color: rgb(18,118,188); }

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

border-color css

<style>
 span { border-color: #1276BC; }

 span { border-color: rgb(18,118,188); }

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