Html Css Color HEX #1276BE Denim

📋 copy color: '#1276BE'

red 18 ◦ green 118 ◦ blue 190

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

Shades of Denim #1276BE

Tints of Denim #1276BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 5.52%
G = 36.2%
B = 58.28%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1276BE (or 0x1276BE) is known color: Denim. HEX triplet: 12, 76 and BE. RGB value is (18,118,190). Sum of RGB (Red+Green+Blue) = 18+118+190=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #1276BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276BE is #ED8941. Grayscale: #5F5F5F. Windows color (decimal): -15567170 or 12482066. OLE color: 12482066.

HSL color Cylindrical-coordinate representation of color #1276BE: hue angle of 205.12º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1276BE is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 118 190 -
CMYK 0.91 0.38 0 0.25
HSL 205.12º 0.83% 0.41% -
HSV(B) 205.12º 0.91% 0.75% -
XYZ 16.02 16.8 51.11 -
YUV 96.31 180.87 72.15 -
System Red Green Blue C M Y K H S L
Decimal 18 118 190 0.91 0.38 0 0.25 205.12 0.83 0.41
Hex 12 76 BE 5B 26 0 19 CD 53 29
Octal 22 166 276 133 46 0 31 315 123 51
Binary 10010 1110110 10111110 1011011 100110 0 11001 11001101 1010011 101001

Color Harmonies of #1276BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276BE

Black with #1276BE

Text Example


Text Example

White with #1276BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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