#1B65A5

Color #1B65A5 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #1B65A5

Tints of Lochmara #1B65A5

Color information

#1B65A5 (or 0x1B65A5) is unknown color: approx Lochmara. HEX triplet: 1B, 65 and A5. RGB value is (27,101,165). Sum of RGB (Red+Green+Blue) = 27+101+165=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 165 (64.84% from 255 or 56.31% from 293); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B65A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B65A5 is #E49A5A. Grayscale: #555555. Windows color (decimal): -14981723 or 10839323. OLE color: 10839323.

HSL color Cylindrical-coordinate representation of color #1B65A5: hue angle of 207.83º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B65A5 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB27101165-
CMYK0.840.3900.35
HSL207.83º71.88%37.65%-
HSV(B)207.83º83.64%64.71%-
XYZ11.912.2637.34-
YUV86.17172.4885.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.22%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 165 (64.84% from 255) = 56.31%
R=9.22%
G=34.47%
B=56.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271011650.840.3900.35207.8371.8837.65
Hex1B65A55427023d04826
Octal331452451244704332011046
Binary1101111001011010010110101001001110100011110100001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B65A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,101,165); }

 H1.HeaderClassName
 {
   color: #1B65A5;
 }
 .AnyTagClassName
 {
   color: #1B65A5;
 }
</style>
background-color css

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

 a { background-color: rgb(27,101,165); }

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

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

 span { border-color: rgb(27,101,165); }

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