#1265B9

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

Shades of Denim #1265B9

Tints of Denim #1265B9

Color information

#1265B9 (or 0x1265B9) is unknown color: approx Denim. HEX triplet: 12, 65 and B9. RGB value is (18,101,185). Sum of RGB (Red+Green+Blue) = 18+101+185=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #1265B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265B9 is #ED9A46. Grayscale: #555555. Windows color (decimal): -15571527 or 12150034. OLE color: 12150034.

HSL color Cylindrical-coordinate representation of color #1265B9: hue angle of 210.18º 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 #1265B9 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18101185-
CMYK0.900.4500.27
HSL210.18º82.27%39.8%-
HSV(B)210.18º90.27%72.55%-
XYZ13.6612.9447.68-
YUV85.7618479.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.92%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 185 (72.66% from 255) = 60.86%
R=5.92%
G=33.22%
B=60.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181011850.900.4500.27210.1882.2739.8
Hex1265B95A2D01Bd25228
Octal221452711325503332212250
Binary100101100101101110011011010101101011011110100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1265B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1265B9; }

 p { color: rgb(18,101,185); }

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

<style>
 a { background-color: #1265B9; }

 a { background-color: rgb(18,101,185); }

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

<style>
 span { border-color: #1265B9; }

 span { border-color: rgb(18,101,185); }

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