Html Css Color HEX #1B5E79 Orient

📋 copy color: '#1B5E79'

red 27 ◦ green 94 ◦ blue 121

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

Shades of Orient #1B5E79

Tints of Orient #1B5E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

 BLUE value IS 121 (47.66% from 255) = 50%

R = 11.16%
G = 38.84%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B5E79 (or 0x1B5E79) is known color: Orient. HEX triplet: 1B, 5E and 79. RGB value is (27,94,121). Sum of RGB (Red+Green+Blue) = 27+94+121=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B5E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5E79 is #E4A186. Grayscale: #4C4C4C. Windows color (decimal): -14983559 or 7953947. OLE color: 7953947.

HSL color Cylindrical-coordinate representation of color #1B5E79: hue angle of 197.23º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B5E79 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 94 121 -
CMYK 0.78 0.22 0 0.53
HSL 197.23º 0.64% 0.29% -
HSV(B) 197.23º 0.78% 0.47% -
XYZ 7.91 9.62 19.53 -
YUV 77.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 27 94 121 0.78 0.22 0 0.53 197.23 0.64 0.29
Hex 1B 5E 79 4E 16 0 35 C5 40 1D
Octal 33 136 171 116 26 0 65 305 100 35
Binary 11011 1011110 1111001 1001110 10110 0 110101 11000101 1000000 11101

Color Harmonies of #1B5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5E79

Black with #1B5E79

Text Example


Text Example

White with #1B5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,94,121); }

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

background-color css

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

 a { background-color: rgb(27,94,121); }

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

border-color css

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

 span { border-color: rgb(27,94,121); }

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