Html Css Color HEX #1279BB Denim

📋 copy color: '#1279BB'

red 18 ◦ green 121 ◦ blue 187

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

Shades of Denim #1279BB

Tints of Denim #1279BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

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

R = 5.52%
G = 37.12%
B = 57.36%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1279BB (or 0x1279BB) is known color: Denim. HEX triplet: 12, 79 and BB. RGB value is (18,121,187). Sum of RGB (Red+Green+Blue) = 18+121+187=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #1279BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279BB is #ED8644. Grayscale: #616161. Windows color (decimal): -15566405 or 12286226. OLE color: 12286226.

HSL color Cylindrical-coordinate representation of color #1279BB: hue angle of 203.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1279BB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 121 187 -
CMYK 0.90 0.35 0 0.27
HSL 203.43º 0.82% 0.4% -
HSV(B) 203.43º 0.9% 0.73% -
XYZ 16.06 17.39 49.52 -
YUV 97.73 178.38 71.13 -
System Red Green Blue C M Y K H S L
Decimal 18 121 187 0.90 0.35 0 0.27 203.43 0.82 0.4
Hex 12 79 BB 5A 23 0 1B CB 52 28
Octal 22 171 273 132 43 0 33 313 122 50
Binary 10010 1111001 10111011 1011010 100011 0 11011 11001011 1010010 101000

Color Harmonies of #1279BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279BB

Black with #1279BB

Text Example


Text Example

White with #1279BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1279BB; }

 p { color: rgb(18,121,187); }

 H1.HeaderClassName
 {
   color: #1279BB;
 }
 .AnyTagClassName
 {
   color: #1279BB;
 }
</style>

background-color css

<style>
 a { background-color: #1279BB; }

 a { background-color: rgb(18,121,187); }

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

border-color css

<style>
 span { border-color: #1279BB; }

 span { border-color: rgb(18,121,187); }

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