#1275BF

Color #1275BF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1275BF

Tints of Denim #1275BF

Color information

#1275BF (or 0x1275BF) is unknown color: approx Denim. HEX triplet: 12, 75 and BF. RGB value is (18,117,191). Sum of RGB (Red+Green+Blue) = 18+117+191=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1275BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275BF is #ED8A40. Grayscale: #5F5F5F. Windows color (decimal): -15567425 or 12547346. OLE color: 12547346.

HSL color Cylindrical-coordinate representation of color #1275BF: hue angle of 205.66º 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 #1275BF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18117191-
CMYK0.910.3900.25
HSL205.66º82.78%40.98%-
HSV(B)205.66º90.58%74.9%-
XYZ16.0116.6151.65-
YUV95.84181.772.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 191 (75% from 255) = 58.59%
R=5.52%
G=35.89%
B=58.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181171910.910.3900.25205.6682.7840.98
Hex1275BF5B27019ce5329
Octal221652771334703131612351
Binary100101110101101111111011011100111011001110011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1275BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1275BF; }

 p { color: rgb(18,117,191); }

 H1.HeaderClassName
 {
   color: #1275BF;
 }
 .AnyTagClassName
 {
   color: #1275BF;
 }
</style>
background-color css

<style>
 a { background-color: #1275BF; }

 a { background-color: rgb(18,117,191); }

 div.DivClassName
 {
   background-color: #1275BF;
 }
 .BgClassName
 {
   background-color: #1275BF;
 }
</style>
border-color css

<style>
 span { border-color: #1275BF; }

 span { border-color: rgb(18,117,191); }

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