#1B7478

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

Shades of Atoll #1B7478

Tints of Atoll #1B7478

Color information

#1B7478 (or 0x1B7478) is unknown color: approx Atoll. HEX triplet: 1B, 74 and 78. RGB value is (27,116,120). Sum of RGB (Red+Green+Blue) = 27+116+120=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7478 is #E48B87. Grayscale: #595959. Windows color (decimal): -14977928 or 7894043. OLE color: 7894043.

HSL color Cylindrical-coordinate representation of color #1B7478: hue angle of 182.58º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7478 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB27116120-
CMYK0.780.0300.53
HSL182.58º63.27%28.82%-
HSV(B)182.58º77.5%47.06%-
XYZ10.0914.0819.96-
YUV89.84145.0183.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=10.27%
G=44.11%
B=45.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271161200.780.0300.53182.5863.2728.82
Hex1B74784E3035b73f1d
Octal3316417011630652677735
Binary110111110100111100010011101101101011011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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