Html Css Color HEX #1B5061 Arapawa

📋 copy color: '#1B5061'

red 27 ◦ green 80 ◦ blue 97

#1B5061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #1B5061

Tints of Arapawa #1B5061

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 value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B5061 (or 0x1B5061) is known color: 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

RGB 27 80 97 -
CMYK 0.72 0.18 0 0.62
HSL 194.57º 0.56% 0.24% -
HSV(B) 194.57º 0.72% 0.38% -
XYZ 5.48 6.83 12.34 -
YUV 66.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 27 80 97 0.72 0.18 0 0.62 194.57 0.56 0.24
Hex 1B 50 61 48 12 0 3E C3 38 18
Octal 33 120 141 110 22 0 76 303 70 30
Binary 11011 1010000 1100001 1001000 10010 0 111110 11000011 111000 11000

Color Harmonies of #1B5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5061

Black with #1B5061

Text Example


Text Example

White with #1B5061

Text Example


Text Example

HTML Codes & Css Web 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>