Html Css Color HEX #1B554C Evening Sea

📋 copy color: '#1B554C'

red 27 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #1B554C

Tints of Evening Sea #1B554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 14.36%
G = 45.21%
B = 40.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#1B554C (or 0x1B554C) is known color: Evening Sea. HEX triplet: 1B, 55 and 4C. RGB value is (27,85,76). Sum of RGB (Red+Green+Blue) = 27+85+76=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #1B554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B554C is #E4AAB3. Grayscale: #424242. Windows color (decimal): -14985908 or 5002523. OLE color: 5002523.

HSL color Cylindrical-coordinate representation of color #1B554C: hue angle of 170.69º 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 #1B554C is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 85 76 -
CMYK 0.68 0 0.11 0.67
HSL 170.69º 0.52% 0.22% -
HSV(B) 170.69º 0.68% 0.33% -
XYZ 5.01 7.25 7.97 -
YUV 66.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 27 85 76 0.68 0 0.11 0.67 170.69 0.52 0.22
Hex 1B 55 4C 44 0 B 43 AB 34 16
Octal 33 125 114 104 0 13 103 253 64 26
Binary 11011 1010101 1001100 1000100 0 1011 1000011 10101011 110100 10110

Color Harmonies of #1B554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B554C

Black with #1B554C

Text Example


Text Example

White with #1B554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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