#1B5065

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

Shades of Arapawa #1B5065

Tints of Arapawa #1B5065

Color information

#1B5065 (or 0x1B5065) is unknown color: approx Arapawa. HEX triplet: 1B, 50 and 65. RGB value is (27,80,101). Sum of RGB (Red+Green+Blue) = 27+80+101=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #1B5065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5065 is #E4AF9A. Grayscale: #424242. Windows color (decimal): -14987163 or 6639643. OLE color: 6639643.

HSL color Cylindrical-coordinate representation of color #1B5065: hue angle of 197.03º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5065 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2780101-
CMYK0.730.2100.60
HSL197.03º57.81%25.1%-
HSV(B)197.03º73.27%39.61%-
XYZ5.676.9113.35-
YUV66.55147.4499.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.98%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=12.98%
G=38.46%
B=48.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27801010.730.2100.60197.0357.8125.1
Hex1B5065491503Cc53a19
Octal33120145111250743057231
Binary110111010000110010110010011010101111001100010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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