Html Css Color HEX #1B554B Evening Sea

📋 copy color: '#1B554B'

red 27 ◦ green 85 ◦ blue 75

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

Shades of Evening Sea #1B554B

Tints of Evening Sea #1B554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 14.44%
G = 45.45%
B = 40.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#1B554B (or 0x1B554B) is known color: Evening Sea. HEX triplet: 1B, 55 and 4B. RGB value is (27,85,75). Sum of RGB (Red+Green+Blue) = 27+85+75=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #1B554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B554B is #E4AAB4. Grayscale: #424242. Windows color (decimal): -14985909 or 4936987. OLE color: 4936987.

HSL color Cylindrical-coordinate representation of color #1B554B: hue angle of 169.66º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B554B is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 85 75 -
CMYK 0.68 0 0.12 0.67
HSL 169.66º 0.52% 0.22% -
HSV(B) 169.66º 0.68% 0.33% -
XYZ 4.97 7.24 7.79 -
YUV 66.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 27 85 75 0.68 0 0.12 0.67 169.66 0.52 0.22
Hex 1B 55 4B 44 0 C 43 AA 34 16
Octal 33 125 113 104 0 14 103 252 64 26
Binary 11011 1010101 1001011 1000100 0 1100 1000011 10101010 110100 10110

Color Harmonies of #1B554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B554B

Black with #1B554B

Text Example


Text Example

White with #1B554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,85,75); }

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

background-color css

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

 a { background-color: rgb(27,85,75); }

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

border-color css

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

 span { border-color: rgb(27,85,75); }

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