Html Css Color HEX #1B5776 Orient

📋 copy color: '#1B5776'

red 27 ◦ green 87 ◦ blue 118

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

Shades of Orient #1B5776

Tints of Orient #1B5776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.5%

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 11.64%
G = 37.5%
B = 50.86%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B5776 (or 0x1B5776) is known color: Orient. HEX triplet: 1B, 57 and 76. RGB value is (27,87,118). Sum of RGB (Red+Green+Blue) = 27+87+118=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B5776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5776 is #E4A889. Grayscale: #484848. Windows color (decimal): -14985354 or 7755547. OLE color: 7755547.

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

Color convert

RGB 27 87 118 -
CMYK 0.77 0.26 0 0.54
HSL 200.44º 0.63% 0.28% -
HSV(B) 200.44º 0.77% 0.46% -
XYZ 7.13 8.36 18.38 -
YUV 72.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 27 87 118 0.77 0.26 0 0.54 200.44 0.63 0.28
Hex 1B 57 76 4D 1A 0 36 C8 3F 1C
Octal 33 127 166 115 32 0 66 310 77 34
Binary 11011 1010111 1110110 1001101 11010 0 110110 11001000 111111 11100

Color Harmonies of #1B5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5776

Black with #1B5776

Text Example


Text Example

White with #1B5776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,87,118); }

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

background-color css

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

 a { background-color: rgb(27,87,118); }

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

border-color css

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

 span { border-color: rgb(27,87,118); }

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