#1D7BB2

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

Shades of Lochmara #1D7BB2

Tints of Lochmara #1D7BB2

Color information

#1D7BB2 (or 0x1D7BB2) is unknown color: approx Lochmara. HEX triplet: 1D, 7B and B2. RGB value is (29,123,178). Sum of RGB (Red+Green+Blue) = 29+123+178=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #1D7BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7BB2 is #E2844D. Grayscale: #646464. Windows color (decimal): -14845006 or 11696925. OLE color: 11696925.

HSL color Cylindrical-coordinate representation of color #1D7BB2: hue angle of 202.15º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7BB2 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB29123178-
CMYK0.840.3100.30
HSL202.15º71.98%40.59%-
HSV(B)202.15º83.71%69.8%-
XYZ15.6317.6444.7-
YUV101.16171.3676.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.79%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 178 (69.92% from 255) = 53.94%
R=8.79%
G=37.27%
B=53.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal291231780.840.3100.30202.1571.9840.59
Hex1D7BB2541F01Eca4829
Octal351732621243703631211051
Binary11101111101110110010101010011111011110110010101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,123,178); }

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

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

 a { background-color: rgb(29,123,178); }

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

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

 span { border-color: rgb(29,123,178); }

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