#1B5061

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

Shades of Arapawa #1B5061

Tints of Arapawa #1B5061

Color information

#1B5061 (or 0x1B5061) is unknown color: approx Arapawa. HEX triplet: 1B, 50 and 61. RGB value is (27,80,97). Sum of RGB (Red+Green+Blue) = 27+80+97=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B5061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5061 is #E4AF9E. Grayscale: #414141. Windows color (decimal): -14987167 or 6377499. OLE color: 6377499.

HSL color Cylindrical-coordinate representation of color #1B5061: hue angle of 194.57º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5061 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB278097-
CMYK0.720.1800.62
HSL194.57º56.45%24.31%-
HSV(B)194.57º72.16%38.04%-
XYZ5.486.8312.34-
YUV66.09145.44100.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.24%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=13.24%
G=39.22%
B=47.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2780970.720.1800.62194.5756.4524.31
Hex1B5061481203Ec33818
Octal33120141110220763037030
Binary110111010000110000110010001001001111101100001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,80,97); }

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

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

 a { background-color: rgb(27,80,97); }

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

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

 span { border-color: rgb(27,80,97); }

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