Html Css Color HEX #1B749F Lochmara

📋 copy color: '#1B749F'

red 27 ◦ green 116 ◦ blue 159

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

Shades of Lochmara #1B749F

Tints of Lochmara #1B749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 8.94%
G = 38.41%
B = 52.65%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B749F (or 0x1B749F) is known color: Lochmara. HEX triplet: 1B, 74 and 9F. RGB value is (27,116,159). Sum of RGB (Red+Green+Blue) = 27+116+159=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B749F is #E48B60. Grayscale: #5E5E5E. Windows color (decimal): -14977889 or 10449947. OLE color: 10449947.

HSL color Cylindrical-coordinate representation of color #1B749F: hue angle of 199.55º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B749F is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 116 159 -
CMYK 0.83 0.27 0 0.38
HSL 199.55º 0.71% 0.36% -
HSV(B) 199.55º 0.83% 0.62% -
XYZ 12.96 15.23 35.06 -
YUV 94.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 27 116 159 0.83 0.27 0 0.38 199.55 0.71 0.36
Hex 1B 74 9F 53 1B 0 26 C8 47 24
Octal 33 164 237 123 33 0 46 310 107 44
Binary 11011 1110100 10011111 1010011 11011 0 100110 11001000 1000111 100100

Color Harmonies of #1B749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B749F

Black with #1B749F

Text Example


Text Example

White with #1B749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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