Html Css Color HEX #1B5677 Orient

📋 copy color: '#1B5677'

red 27 ◦ green 86 ◦ blue 119

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

Shades of Orient #1B5677

Tints of Orient #1B5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 11.64%
G = 37.07%
B = 51.29%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B5677 (or 0x1B5677) is known color: Orient. HEX triplet: 1B, 56 and 77. RGB value is (27,86,119). Sum of RGB (Red+Green+Blue) = 27+86+119=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B5677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5677 is #E4A988. Grayscale: #474747. Windows color (decimal): -14985609 or 7820827. OLE color: 7820827.

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

Color convert

RGB 27 86 119 -
CMYK 0.77 0.28 0 0.53
HSL 201.52º 0.63% 0.29% -
HSV(B) 201.52º 0.77% 0.47% -
XYZ 7.11 8.22 18.66 -
YUV 72.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 27 86 119 0.77 0.28 0 0.53 201.52 0.63 0.29
Hex 1B 56 77 4D 1C 0 35 CA 3F 1D
Octal 33 126 167 115 34 0 65 312 77 35
Binary 11011 1010110 1110111 1001101 11100 0 110101 11001010 111111 11101

Color Harmonies of #1B5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5677

Black with #1B5677

Text Example


Text Example

White with #1B5677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,86,119); }

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

background-color css

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

 a { background-color: rgb(27,86,119); }

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

border-color css

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

 span { border-color: rgb(27,86,119); }

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