#1B7CAC

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

Shades of Cerulean #1B7CAC

Tints of Cerulean #1B7CAC

Color information

#1B7CAC (or 0x1B7CAC) is unknown color: approx Cerulean. HEX triplet: 1B, 7C and AC. RGB value is (27,124,172). Sum of RGB (Red+Green+Blue) = 27+124+172=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B7CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7CAC is #E48353. Grayscale: #646464. Windows color (decimal): -14975828 or 11303963. OLE color: 11303963.

HSL color Cylindrical-coordinate representation of color #1B7CAC: hue angle of 199.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B7CAC is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB27124172-
CMYK0.840.2800.33
HSL199.86º72.86%39.02%-
HSV(B)199.86º84.3%67.45%-
XYZ15.1117.6341.64-
YUV100.47168.3675.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.36%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=8.36%
G=38.39%
B=53.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271241720.840.2800.33199.8672.8639.02
Hex1B7CAC541C021c84927
Octal331742541243404131011147
Binary110111111100101011001010100111000100001110010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,124,172); }

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

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

 a { background-color: rgb(27,124,172); }

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

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

 span { border-color: rgb(27,124,172); }

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