Html Css Color HEX #1F7BAB Lochmara

📋 copy color: '#1F7BAB'

red 31 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #1F7BAB

Tints of Lochmara #1F7BAB

RGB

 RED value IS 31 (12.5% from 255) = 9.54%

 GREEN value IS 123 (48.44% from 255) = 37.85%

 BLUE value IS 171 (67.19% from 255) = 52.62%

R = 9.54%
G = 37.85%
B = 52.62%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F7BAB (or 0x1F7BAB) is known color: Lochmara. HEX triplet: 1F, 7B and AB. RGB value is (31,123,171). Sum of RGB (Red+Green+Blue) = 31+123+171=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7BAB is #E08454. Grayscale: #646464. Windows color (decimal): -14713941 or 11238175. OLE color: 11238175.

HSL color Cylindrical-coordinate representation of color #1F7BAB: hue angle of 200.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7BAB is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 123 171 -
CMYK 0.82 0.28 0 0.33
HSL 200.57º 0.69% 0.4% -
HSV(B) 200.57º 0.82% 0.67% -
XYZ 15 17.4 41.1 -
YUV 100.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 31 123 171 0.82 0.28 0 0.33 200.57 0.69 0.4
Hex 1F 7B AB 52 1C 0 21 C9 45 28
Octal 37 173 253 122 34 0 41 311 105 50
Binary 11111 1111011 10101011 1010010 11100 0 100001 11001001 1000101 101000

Color Harmonies of #1F7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7BAB

Black with #1F7BAB

Text Example


Text Example

White with #1F7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,123,171); }

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

background-color css

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

 a { background-color: rgb(31,123,171); }

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

border-color css

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

 span { border-color: rgb(31,123,171); }

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