#1262BD

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

Shades of Denim #1262BD

Tints of Denim #1262BD

Color information

#1262BD (or 0x1262BD) is unknown color: approx Denim. HEX triplet: 12, 62 and BD. RGB value is (18,98,189). Sum of RGB (Red+Green+Blue) = 18+98+189=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #1262BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1262BD is #ED9D42. Grayscale: #545454. Windows color (decimal): -15572291 or 12411410. OLE color: 12411410.

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

Color convert

RGB1898189-
CMYK0.900.4800.26
HSL211.93º82.61%40.59%-
HSV(B)211.93º90.48%74.12%-
XYZ13.812.5449.84-
YUV84.4518780.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=5.90%
G=32.13%
B=61.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18981890.900.4800.26211.9382.6140.59
Hex1262BD5A3001Ad45329
Octal221422751326003232412351
Binary100101100010101111011011010110000011010110101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1262BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1262BD; }

 p { color: rgb(18,98,189); }

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

<style>
 a { background-color: #1262BD; }

 a { background-color: rgb(18,98,189); }

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

<style>
 span { border-color: #1262BD; }

 span { border-color: rgb(18,98,189); }

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