Html Css Color HEX #1B6999 Lochmara

📋 copy color: '#1B6999'

red 27 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #1B6999

Tints of Lochmara #1B6999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.84%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 9.47%
G = 36.84%
B = 53.68%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B6999 (or 0x1B6999) is known color: Lochmara. HEX triplet: 1B, 69 and 99. RGB value is (27,105,153). Sum of RGB (Red+Green+Blue) = 27+105+153=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B6999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6999 is #E49666. Grayscale: #565656. Windows color (decimal): -14980711 or 10053915. OLE color: 10053915.

HSL color Cylindrical-coordinate representation of color #1B6999: hue angle of 202.86º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6999 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 105 153 -
CMYK 0.82 0.31 0 0.4
HSL 202.86º 0.7% 0.35% -
HSV(B) 202.86º 0.82% 0.6% -
XYZ 11.25 12.64 31.98 -
YUV 87.15 165.16 85.1 -
System Red Green Blue C M Y K H S L
Decimal 27 105 153 0.82 0.31 0 0.4 202.86 0.7 0.35
Hex 1B 69 99 52 1F 0 28 CB 46 23
Octal 33 151 231 122 37 0 50 313 106 43
Binary 11011 1101001 10011001 1010010 11111 0 101000 11001011 1000110 100011

Color Harmonies of #1B6999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6999

Black with #1B6999

Text Example


Text Example

White with #1B6999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,105,153); }

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

background-color css

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

 a { background-color: rgb(27,105,153); }

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

border-color css

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

 span { border-color: rgb(27,105,153); }

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