#1B74A5

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

Shades of Lochmara #1B74A5

Tints of Lochmara #1B74A5

Color information

#1B74A5 (or 0x1B74A5) is unknown color: approx Lochmara. HEX triplet: 1B, 74 and A5. RGB value is (27,116,165). Sum of RGB (Red+Green+Blue) = 27+116+165=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B74A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B74A5 is #E48B5A. Grayscale: #5E5E5E. Windows color (decimal): -14977883 or 10843163. OLE color: 10843163.

HSL color Cylindrical-coordinate representation of color #1B74A5: hue angle of 201.3º 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 #1B74A5 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB27116165-
CMYK0.840.3000.35
HSL201.3º71.88%37.65%-
HSV(B)201.3º83.64%64.71%-
XYZ13.4915.4437.87-
YUV94.98167.5179.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.77%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 165 (64.84% from 255) = 53.57%
R=8.77%
G=37.66%
B=53.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271161650.840.3000.35201.371.8837.65
Hex1B74A5541E023c94826
Octal331642451243604331111046
Binary110111110100101001011010100111100100011110010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B74A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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