Html Css Color HEX #1F649C Lochmara

📋 copy color: '#1F649C'

red 31 ◦ green 100 ◦ blue 156

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

Shades of Lochmara #1F649C

Tints of Lochmara #1F649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 10.8%
G = 34.84%
B = 54.36%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F649C (or 0x1F649C) is known color: Lochmara. HEX triplet: 1F, 64 and 9C. RGB value is (31,100,156). Sum of RGB (Red+Green+Blue) = 31+100+156=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F649C is #E09B63. Grayscale: #555555. Windows color (decimal): -14719844 or 10249247. OLE color: 10249247.

HSL color Cylindrical-coordinate representation of color #1F649C: hue angle of 206.88º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F649C is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 100 156 -
CMYK 0.80 0.36 0 0.39
HSL 206.88º 0.67% 0.37% -
HSV(B) 206.88º 0.8% 0.61% -
XYZ 11.12 11.81 33.15 -
YUV 85.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 31 100 156 0.80 0.36 0 0.39 206.88 0.67 0.37
Hex 1F 64 9C 50 24 0 27 CF 43 25
Octal 37 144 234 120 44 0 47 317 103 45
Binary 11111 1100100 10011100 1010000 100100 0 100111 11001111 1000011 100101

Color Harmonies of #1F649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F649C

Black with #1F649C

Text Example


Text Example

White with #1F649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,100,156); }

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

background-color css

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

 a { background-color: rgb(31,100,156); }

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

border-color css

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

 span { border-color: rgb(31,100,156); }

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