Html Css Color HEX #1B556A Orient

📋 copy color: '#1B556A'

red 27 ◦ green 85 ◦ blue 106

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

Shades of Orient #1B556A

Tints of Orient #1B556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 12.39%
G = 38.99%
B = 48.62%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1B556A (or 0x1B556A) is known color: Orient. HEX triplet: 1B, 55 and 6A. RGB value is (27,85,106). Sum of RGB (Red+Green+Blue) = 27+85+106=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B556A is #E4AA95. Grayscale: #454545. Windows color (decimal): -14985878 or 6968603. OLE color: 6968603.

HSL color Cylindrical-coordinate representation of color #1B556A: hue angle of 195.95º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B556A is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 85 106 -
CMYK 0.75 0.20 0 0.58
HSL 195.95º 0.59% 0.26% -
HSV(B) 195.95º 0.75% 0.42% -
XYZ 6.3 7.77 14.8 -
YUV 70.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 27 85 106 0.75 0.20 0 0.58 195.95 0.59 0.26
Hex 1B 55 6A 4B 14 0 3A C4 3B 1A
Octal 33 125 152 113 24 0 72 304 73 32
Binary 11011 1010101 1101010 1001011 10100 0 111010 11000100 111011 11010

Color Harmonies of #1B556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B556A

Black with #1B556A

Text Example


Text Example

White with #1B556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,85,106); }

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

background-color css

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

 a { background-color: rgb(27,85,106); }

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

border-color css

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

 span { border-color: rgb(27,85,106); }

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