Html Css Color HEX #1B739D Lochmara

📋 copy color: '#1B739D'

red 27 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #1B739D

Tints of Lochmara #1B739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 9.03%
G = 38.46%
B = 52.51%

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

#1B739D (or 0x1B739D) is known color: Lochmara. HEX triplet: 1B, 73 and 9D. RGB value is (27,115,157). Sum of RGB (Red+Green+Blue) = 27+115+157=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B739D is #E48C62. Grayscale: #5D5D5D. Windows color (decimal): -14978147 or 10318619. OLE color: 10318619.

HSL color Cylindrical-coordinate representation of color #1B739D: hue angle of 199.38º 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 #1B739D is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 115 157 -
CMYK 0.83 0.27 0 0.38
HSL 199.38º 0.71% 0.36% -
HSV(B) 199.38º 0.83% 0.62% -
XYZ 12.67 14.93 34.11 -
YUV 93.48 163.85 80.58 -
System Red Green Blue C M Y K H S L
Decimal 27 115 157 0.83 0.27 0 0.38 199.38 0.71 0.36
Hex 1B 73 9D 53 1B 0 26 C7 47 24
Octal 33 163 235 123 33 0 46 307 107 44
Binary 11011 1110011 10011101 1010011 11011 0 100110 11000111 1000111 100100

Color Harmonies of #1B739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B739D

Black with #1B739D

Text Example


Text Example

White with #1B739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,115,157); }

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

background-color css

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

 a { background-color: rgb(27,115,157); }

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

border-color css

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

 span { border-color: rgb(27,115,157); }

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