#1B73CA

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

Shades of Denim #1B73CA

Tints of Denim #1B73CA

Color information

#1B73CA (or 0x1B73CA) is unknown color: approx Denim. HEX triplet: 1B, 73 and CA. RGB value is (27,115,202). Sum of RGB (Red+Green+Blue) = 27+115+202=344 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.85% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B73CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B73CA is #E48C35. Grayscale: #626262. Windows color (decimal): -14978102 or 13267739. OLE color: 13267739.

HSL color Cylindrical-coordinate representation of color #1B73CA: hue angle of 209.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B73CA is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB27115202-
CMYK0.870.4300.21
HSL209.83º76.42%44.9%-
HSV(B)209.83º86.63%79.22%-
XYZ17.2416.7658.2-
YUV98.61186.3576.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.85%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=7.85%
G=33.43%
B=58.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal271152020.870.4300.21209.8376.4244.9
Hex1B73CA572B015d24c2d
Octal331633121275302532211455
Binary110111110011110010101010111101011010101110100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B73CA; }

 p { color: rgb(27,115,202); }

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

<style>
 a { background-color: #1B73CA; }

 a { background-color: rgb(27,115,202); }

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

<style>
 span { border-color: #1B73CA; }

 span { border-color: rgb(27,115,202); }

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