#1B4D62

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

Shades of Arapawa #1B4D62

Tints of Arapawa #1B4D62

Color information

#1B4D62 (or 0x1B4D62) is unknown color: approx Arapawa. HEX triplet: 1B, 4D and 62. RGB value is (27,77,98). Sum of RGB (Red+Green+Blue) = 27+77+98=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B4D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4D62 is #E4B29D. Grayscale: #404040. Windows color (decimal): -14987934 or 6442267. OLE color: 6442267.

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

Color convert

RGB277798-
CMYK0.720.2100.62
HSL197.75º56.8%24.51%-
HSV(B)197.75º72.45%38.43%-
XYZ5.316.4212.52-
YUV64.44146.94101.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.37%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=13.37%
G=38.12%
B=48.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2777980.720.2100.62197.7556.824.51
Hex1B4D62481503Ec63919
Octal33115142110250763067131
Binary110111001101110001010010001010101111101100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,77,98); }

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

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

 a { background-color: rgb(27,77,98); }

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

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

 span { border-color: rgb(27,77,98); }

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