Html Css Color HEX #1B746A Deep Sea

📋 copy color: '#1B746A'

red 27 ◦ green 116 ◦ blue 106

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

Shades of Deep Sea #1B746A

Tints of Deep Sea #1B746A

RGB

 RED value IS 27 (10.94% from 255) = 10.84%

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 106 (41.8% from 255) = 42.57%

R = 10.84%
G = 46.59%
B = 42.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#1B746A (or 0x1B746A) is known color: Deep Sea. HEX triplet: 1B, 74 and 6A. RGB value is (27,116,106). Sum of RGB (Red+Green+Blue) = 27+116+106=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #1B746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B746A is #E48B95. Grayscale: #585858. Windows color (decimal): -14977942 or 6976539. OLE color: 6976539.

HSL color Cylindrical-coordinate representation of color #1B746A: hue angle of 173.26º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B746A is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 116 106 -
CMYK 0.77 0 0.09 0.55
HSL 173.26º 0.62% 0.28% -
HSV(B) 173.26º 0.77% 0.45% -
XYZ 9.3 13.76 15.8 -
YUV 88.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 27 116 106 0.77 0 0.09 0.55 173.26 0.62 0.28
Hex 1B 74 6A 4D 0 9 37 AD 3E 1C
Octal 33 164 152 115 0 11 67 255 76 34
Binary 11011 1110100 1101010 1001101 0 1001 110111 10101101 111110 11100

Color Harmonies of #1B746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B746A

Black with #1B746A

Text Example


Text Example

White with #1B746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B746A;
 }
 .AnyTagClassName
 {
   color: #1B746A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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