#1B74CA

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

Shades of Denim #1B74CA

Tints of Denim #1B74CA

Color information

#1B74CA (or 0x1B74CA) is unknown color: approx Denim. HEX triplet: 1B, 74 and CA. RGB value is (27,116,202). Sum of RGB (Red+Green+Blue) = 27+116+202=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B74CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B74CA is #E48B35. Grayscale: #626262. Windows color (decimal): -14977846 or 13267995. OLE color: 13267995.

HSL color Cylindrical-coordinate representation of color #1B74CA: hue angle of 209.49º 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 #1B74CA is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB27116202-
CMYK0.870.4300.21
HSL209.49º76.42%44.9%-
HSV(B)209.49º86.63%79.22%-
XYZ17.3616.9958.24-
YUV99.19186.0176.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.83%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=7.83%
G=33.62%
B=58.55%

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
Decimal271162020.870.4300.21209.4976.4244.9
Hex1B74CA572B015d14c2d
Octal331643121275302532111455
Binary110111110100110010101010111101011010101110100011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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