Html Css Color HEX #1B5679 Orient

📋 copy color: '#1B5679'

red 27 ◦ green 86 ◦ blue 121

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

Shades of Orient #1B5679

Tints of Orient #1B5679

RGB

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

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

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

R = 11.54%
G = 36.75%
B = 51.71%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B5679 (or 0x1B5679) is known color: Orient. HEX triplet: 1B, 56 and 79. RGB value is (27,86,121). Sum of RGB (Red+Green+Blue) = 27+86+121=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B5679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5679 is #E4A986. Grayscale: #484848. Windows color (decimal): -14985607 or 7951899. OLE color: 7951899.

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

Color convert

RGB 27 86 121 -
CMYK 0.78 0.29 0 0.53
HSL 202.34º 0.64% 0.29% -
HSV(B) 202.34º 0.78% 0.47% -
XYZ 7.23 8.27 19.3 -
YUV 72.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 27 86 121 0.78 0.29 0 0.53 202.34 0.64 0.29
Hex 1B 56 79 4E 1D 0 35 CA 40 1D
Octal 33 126 171 116 35 0 65 312 100 35
Binary 11011 1010110 1111001 1001110 11101 0 110101 11001010 1000000 11101

Color Harmonies of #1B5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5679

Black with #1B5679

Text Example


Text Example

White with #1B5679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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