Html Css Color HEX #1B835C Deep Sea

📋 copy color: '#1B835C'

red 27 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #1B835C

Tints of Deep Sea #1B835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 10.8%
G = 52.4%
B = 36.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#1B835C (or 0x1B835C) is known color: Deep Sea. HEX triplet: 1B, 83 and 5C. RGB value is (27,131,92). Sum of RGB (Red+Green+Blue) = 27+131+92=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #1B835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B835C is #E47CA3. Grayscale: #5F5F5F. Windows color (decimal): -14974116 or 6062875. OLE color: 6062875.

HSL color Cylindrical-coordinate representation of color #1B835C: hue angle of 157.5º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B835C is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 27 131 92 -
CMYK 0.79 0 0.30 0.49
HSL 157.5º 0.66% 0.31% -
HSV(B) 157.5º 0.79% 0.51% -
XYZ 10.5 17.24 12.9 -
YUV 95.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 27 131 92 0.79 0 0.30 0.49 157.5 0.66 0.31
Hex 1B 83 5C 4F 0 1E 31 9E 42 1F
Octal 33 203 134 117 0 36 61 236 102 37
Binary 11011 10000011 1011100 1001111 0 11110 110001 10011110 1000010 11111

Color Harmonies of #1B835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B835C

Black with #1B835C

Text Example


Text Example

White with #1B835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,131,92); }

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

background-color css

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

 a { background-color: rgb(27,131,92); }

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

border-color css

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

 span { border-color: rgb(27,131,92); }

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