Html Css Color HEX #1B5779 Orient

📋 copy color: '#1B5779'

red 27 ◦ green 87 ◦ blue 121

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

Shades of Orient #1B5779

Tints of Orient #1B5779

RGB

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

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

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

R = 11.49%
G = 37.02%
B = 51.49%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B5779 (or 0x1B5779) is known color: Orient. HEX triplet: 1B, 57 and 79. RGB value is (27,87,121). Sum of RGB (Red+Green+Blue) = 27+87+121=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B5779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5779 is #E4A886. Grayscale: #484848. Windows color (decimal): -14985351 or 7952155. OLE color: 7952155.

HSL color Cylindrical-coordinate representation of color #1B5779: hue angle of 201.7º 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 #1B5779 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 87 121 -
CMYK 0.78 0.28 0 0.53
HSL 201.7º 0.64% 0.29% -
HSV(B) 201.7º 0.78% 0.47% -
XYZ 7.31 8.43 19.33 -
YUV 72.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 27 87 121 0.78 0.28 0 0.53 201.7 0.64 0.29
Hex 1B 57 79 4E 1C 0 35 CA 40 1D
Octal 33 127 171 116 34 0 65 312 100 35
Binary 11011 1010111 1111001 1001110 11100 0 110101 11001010 1000000 11101

Color Harmonies of #1B5779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5779

Black with #1B5779

Text Example


Text Example

White with #1B5779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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