Html Css Color HEX #1F6DAB Lochmara

📋 copy color: '#1F6DAB'

red 31 ◦ green 109 ◦ blue 171

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

Shades of Lochmara #1F6DAB

Tints of Lochmara #1F6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

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

R = 9.97%
G = 35.05%
B = 54.98%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F6DAB (or 0x1F6DAB) is known color: Lochmara. HEX triplet: 1F, 6D and AB. RGB value is (31,109,171). Sum of RGB (Red+Green+Blue) = 31+109+171=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F6DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6DAB is #E09254. Grayscale: #5C5C5C. Windows color (decimal): -14717525 or 11234591. OLE color: 11234591.

HSL color Cylindrical-coordinate representation of color #1F6DAB: hue angle of 206.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 #1F6DAB is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 109 171 -
CMYK 0.82 0.36 0 0.33
HSL 206.57º 0.69% 0.4% -
HSV(B) 206.57º 0.82% 0.67% -
XYZ 13.38 14.17 40.56 -
YUV 92.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 31 109 171 0.82 0.36 0 0.33 206.57 0.69 0.4
Hex 1F 6D AB 52 24 0 21 CF 45 28
Octal 37 155 253 122 44 0 41 317 105 50
Binary 11111 1101101 10101011 1010010 100100 0 100001 11001111 1000101 101000

Color Harmonies of #1F6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6DAB

Black with #1F6DAB

Text Example


Text Example

White with #1F6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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