Html Css Color HEX #1B735A Deep Sea

📋 copy color: '#1B735A'

red 27 ◦ green 115 ◦ blue 90

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

Shades of Deep Sea #1B735A

Tints of Deep Sea #1B735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 11.64%
G = 49.57%
B = 38.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#1B735A (or 0x1B735A) is known color: Deep Sea. HEX triplet: 1B, 73 and 5A. RGB value is (27,115,90). Sum of RGB (Red+Green+Blue) = 27+115+90=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #1B735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B735A is #E48CA5. Grayscale: #555555. Windows color (decimal): -14978214 or 5927707. OLE color: 5927707.

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

Color convert

RGB 27 115 90 -
CMYK 0.77 0 0.22 0.55
HSL 162.95º 0.62% 0.28% -
HSV(B) 162.95º 0.77% 0.45% -
XYZ 8.43 13.23 11.78 -
YUV 85.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 27 115 90 0.77 0 0.22 0.55 162.95 0.62 0.28
Hex 1B 73 5A 4D 0 16 37 A3 3E 1C
Octal 33 163 132 115 0 26 67 243 76 34
Binary 11011 1110011 1011010 1001101 0 10110 110111 10100011 111110 11100

Color Harmonies of #1B735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B735A

Black with #1B735A

Text Example


Text Example

White with #1B735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,115,90); }

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

background-color css

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

 a { background-color: rgb(27,115,90); }

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

border-color css

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

 span { border-color: rgb(27,115,90); }

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