Html Css Color HEX #1B746C Deep Sea

📋 copy color: '#1B746C'

red 27 ◦ green 116 ◦ blue 108

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

Shades of Deep Sea #1B746C

Tints of Deep Sea #1B746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 10.76%
G = 46.22%
B = 43.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#1B746C (or 0x1B746C) is known color: Deep Sea. HEX triplet: 1B, 74 and 6C. RGB value is (27,116,108). Sum of RGB (Red+Green+Blue) = 27+116+108=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #1B746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B746C is #E48B93. Grayscale: #585858. Windows color (decimal): -14977940 or 7107611. OLE color: 7107611.

HSL color Cylindrical-coordinate representation of color #1B746C: hue angle of 174.61º 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 #1B746C is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 116 108 -
CMYK 0.77 0 0.07 0.55
HSL 174.61º 0.62% 0.28% -
HSV(B) 174.61º 0.77% 0.45% -
XYZ 9.4 13.81 16.36 -
YUV 88.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 27 116 108 0.77 0 0.07 0.55 174.61 0.62 0.28
Hex 1B 74 6C 4D 0 7 37 AF 3E 1C
Octal 33 164 154 115 0 7 67 257 76 34
Binary 11011 1110100 1101100 1001101 0 111 110111 10101111 111110 11100

Color Harmonies of #1B746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B746C

Black with #1B746C

Text Example


Text Example

White with #1B746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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