#1250CB

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

Shades of Denim #1250CB

Tints of Denim #1250CB

Color information

#1250CB (or 0x1250CB) is unknown color: approx Denim. HEX triplet: 12, 50 and CB. RGB value is (18,80,203). Sum of RGB (Red+Green+Blue) = 18+80+203=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #1250CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250CB is #EDAF34. Grayscale: #4A4A4A. Windows color (decimal): -15576885 or 13324306. OLE color: 13324306.

HSL color Cylindrical-coordinate representation of color #1250CB: hue angle of 219.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1250CB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1880203-
CMYK0.910.6100.20
HSL219.89º83.71%43.33%-
HSV(B)219.89º91.13%79.61%-
XYZ13.910.1857.73-
YUV75.48199.9687-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 203 (79.69% from 255) = 67.44%
R=5.98%
G=26.58%
B=67.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18802030.910.6100.20219.8983.7143.33
Hex1250CB5B3D014dc542b
Octal221203131337502433412453
Binary100101010000110010111011011111101010100110111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1250CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1250CB; }

 p { color: rgb(18,80,203); }

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

<style>
 a { background-color: #1250CB; }

 a { background-color: rgb(18,80,203); }

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

<style>
 span { border-color: #1250CB; }

 span { border-color: rgb(18,80,203); }

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